mIRC Home    About    Download    Register    News    Help

Print Thread
#225306 30/08/10 10:21 AM
Joined: Sep 2007
Posts: 202
F
firefox Offline OP
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
nickserv, chanserv etc. work with ON NOTICE

so what things work with ON SNOTICE event?

firefox #225307 30/08/10 10:37 AM
Joined: Jun 2007
Posts: 933
5
Hoopy frood
Offline
Hoopy frood
5
Joined: Jun 2007
Posts: 933
You could test this for yourself by simply catching all such events with: on *:SNOTICE:*:echo -s SNOTICE: $1-

This said, snotices are mainly of concern for server and network admins. They receive server notices about a lot of events, such as clients connecting and disconnecting, nick changes, bans, kills, etc.

firefox #225309 30/08/10 10:38 AM
Joined: Jul 2006
Posts: 242
H
Fjord artisan
Offline
Fjord artisan
H
Joined: Jul 2006
Posts: 242
This event is for server notices.

I.E. It can be very useful for IRC operators who want to parse the various notices coming from the server, client connections etc..

Code:
Type /help on SNOTICE in mIRC for more information
.


Newbie
HaleyJ #225310 30/08/10 10:45 AM
Joined: Sep 2007
Posts: 202
F
firefox Offline OP
Fjord artisan
OP Offline
Fjord artisan
F
Joined: Sep 2007
Posts: 202
ok thanks


Link Copied to Clipboard