mIRC Home    About    Download    Register    News    Help

Print Thread
#157345 24/08/06 01:10 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I'm on an ircx server, and if someone gets killed this is what returns in the status window

* xsu|c|desn0wmanx killed by xcyb0rgx (test)

I can't find away of halting the default text and scripting it, any ideas?
No raw number appears in the debug window.

#157346 24/08/06 01:12 PM
Joined: Mar 2003
Posts: 612
B
Fjord artisan
Offline
Fjord artisan
B
Joined: Mar 2003
Posts: 612
i think thats a server notice

/help on snotice


btk

Last edited by billythekid; 24/08/06 01:12 PM.

billythekid
#157347 24/08/06 01:13 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Nope, i have those scripted.

#157348 24/08/06 01:26 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Well i personally think it's a mIRC bug
Because raw knock works and so does raw prop

<- :xcyb0rgx!techacct@electrickz KILL xcyb0rgx :bye (Debug)

So that should be raw KILL, and it's not working.

#157349 24/08/06 11:47 PM
Joined: Dec 2002
Posts: 79
F
Babel fish
Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
on *:wallops:*: {
if (received kill isin $1-) { write kill.txt $2- }
}
raw event:*:{
if ($3 == kill) {
do stuff
}
}

Last edited by Fantas; 24/08/06 11:49 PM.
#157350 25/08/06 11:47 AM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Won't work m8, it's a mIRC bug

#157351 25/08/06 12:43 PM
Joined: Dec 2002
Posts: 79
F
Babel fish
Offline
Babel fish
F
Joined: Dec 2002
Posts: 79
works in mine 6.2 on ircx

#157352 25/08/06 12:54 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
Private message me your server. cheers.


Link Copied to Clipboard