mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Mar 2012
Posts: 7
R
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Mar 2012
Posts: 7
okay, so I have a channel specific script that sends a notice to whoever joins the channel and the bot even sends the notice to itself, is there a way to stop that?

Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Search for the on *:join: event in the script, then use ; to stop the text from showing.

;notice $nick

Or remove the line. notice $nick


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
If you want to prevent the bot from noticing itself, then you can prefix the event with a !

on !*:JOIN:#chan:

Joined: Aug 2010
Posts: 19
M
Pikka bird
Offline
Pikka bird
M
Joined: Aug 2010
Posts: 19
Just look for this

Code:
on !*:JOIN:#chan:


change the on to off..


~Manit~

Link Copied to Clipboard