proc sign_deauth {nick uhost hand chan text quit} {
global botnick quit ; if {![matchattr $hand Q]} {return 0}
chattr $hand -Q ; putlog "$hand has left IRC." ; return 0
}
This part of the script suppose to auto deauth users on quit/offline. But it doesn't seems to work. can anyone help? Thanks
<font size=-1>[ This Message was edited by: galaxyboy on 2001-10-18 22:54 ]</font>