mIRC Home    About    Download    Register    News    Help

Print Thread
#161848 11/10/06 07:26 PM
Joined: Oct 2006
Posts: 2
S
Bowl of petunias
OP Offline
Bowl of petunias
S
Joined: Oct 2006
Posts: 2
Um, yeah does anyone have a script which will display a netsplit, like so it would display when netsplit happened like:

Server a <- Has split from -> Server b.

Any script that could do that would be greatly appreciated.

#161849 11/10/06 08:12 PM
Joined: Oct 2006
Posts: 8
A
Nutrimatic drinks dispenser
Offline
Nutrimatic drinks dispenser
A
Joined: Oct 2006
Posts: 8
try this..

on *:quit:{
if (*.*.*.* iswm $1) && (*.*.*.* iswm $2) {
if (%netspilt == $null) {
amsg Netsplit, between Server $code $+ $gettok($1,1,42) and $+ $code $gettok($2,1,42) $+ .
inc -u10 %netspilt
halt
}
}
}

#161850 12/10/06 07:49 PM
Joined: Jan 2003
Posts: 1,057
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,057
do note not all IRCd's show the servers that split... alot of the bigger networks hide the server names and just show "*.net *.split" instead


Link Copied to Clipboard