Quote:
Originally posted by codemebaby
Yeah, it requires scripting
see /help on join for more information
|
The mirc help pages are basically useless. an hour and a half on google and I cant find shit. And if it were as simple as turning something off in the options, I would have found it a couple days ago.
n JOIN/PART
The on JOIN and on PART events trigger when a user joins or parts a channel.
Format: on <level>:JOIN:<#[,#]>:<commands>
Example: on 1:JOIN:#mirc,#irchelp:/msg $nick hiya!
Examples
on 1:JOIN:#:/msg $chan Welcome $nick
This triggers when any user joins any channel which you are on.
on 5:PART:#mIRC,#newbies:/describe $chan waves bye-bye to $nick *sniff*
This triggers when a user with access level 5 leaves channels #mIRC or #newbies