Anope IRC Services

Anope Development => Modules => Topic started by: black-drag0n on June 02, 2006, 04:41:53 PM

Title: on JOIN ?????
Post by: black-drag0n on June 02, 2006, 04:41:53 PM
how can i check if a user joined a specified channel and send them a notice???

i know to send a notice (notice(s_Serv, u->nick, "my message");)
but i don't know how i can check a join ^^

thx for ya help ;>
Title:
Post by: Jan Milants on June 02, 2006, 05:57:40 PM
ONJOIN Internal Event (http://wiki.anope.org/index.php/Modules:Misc:InternalEventList#EVENT_JOIN_CHANNEL) is probably what you need...

and how to use them: Internal Events (http://wiki.anope.org/index.php/Modules:QuickList:InternalEvents)


[Edited on 2-6-2006 by Viper]