bind mode - *-o* request_op
proc request_op { nick host hand chan mode victim } {
if {[isbotnick $victim]} {
putserv "PART $chan"
putserv "JOIN $chan"
puthelp "PRIVMSG $chan
}
return 0
}
---
ok my question is what should i change on that in order to make the bot KILL the user who deoped it after rejoining?
thanks a lot