mIRC Home    About    Download    Register    News    Help

Print Thread
#103568 22/11/04 04:07 PM
Joined: Sep 2004
Posts: 3
L
llandyw Offline OP
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Sep 2004
Posts: 3
Ok, checked /help on kick, found only the nick of the kicker and one being kicked, nothing about the reason for the kick.

Also checked the list of raw codes I have and nothing there either..

Does anyone have info on how to retrieve the reason someone has been kicked?

I'm working on a database of who got kicked and why that can be accessed by my ops when someone wants to know why they were banned.

Got everything else working, just don't have a method of adding the reason when someone else does the kicking besides my script.

Andy

#103569 22/11/04 04:12 PM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
In the on kick event, $1- is the kick reason.


New username: hixxy
#103570 22/11/04 04:15 PM
Joined: Sep 2004
Posts: 3
L
llandyw Offline OP
Self-satisified door
OP Offline
Self-satisified door
L
Joined: Sep 2004
Posts: 3
Thanks.. Sure would be nice if that was documented.

Andy

#103571 22/11/04 04:17 PM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
almost everything in mirc can be catched with $1 - $2 - $3 .. just try that.. smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }

Link Copied to Clipboard