Help with mIRC script..
|
|||
|
Rank: ? (1)
Member #: 27924 |
Hey, I'm sort of..or largely...a noob with mIRC scripting. I need help with writing a script that will message the current channel when a certain person joins, when the bot is set at voice. I had it working until I turned on mode +m.
So yea, here' what I have on 1:JOIN:#koh: if ($nick = Lord_Furner) /notice $chan 4 ALL HAIL DER FÜHRER FURNER Thanks. |
||
|
|||
|
|||
|
Rank: ? (48)
Member #: 20714 |
I don't see anything wrong with the code... except for one = ... if i remember correctly its supposed to be 2.
on 1:JOIN:#koh: if ($nick == Lord_Furner) notice $chan 4 ALL HAIL DER F�HRER FURNER Let me know if it won't work... and sorry for the delay
Behold the power of cheese!
|
||
|
Please login or register to post a reply.