Thread: irc command
View Single Post
Old 12-10-2004, 09:42 AM  
restesouple
Junior Member
 
Join Date: Jul 2004
Posts: 24
Default irc command

proc iRCDELUSER {nick uhost hand chan args} { if {[ioB:istrusted $uhost] } {
global ioBvar
set userdel [string trim [lindex [lindex $args 0] 0]]
::ftp::Quote $ioBvar(ftp) SITE deluser $userdel
}
}


I would like to be able deluser starting from IRC but only on the chan admin... I do not manage to find the code.

Thanks
restesouple is offline   Reply With Quote