on *:text:!addauth*:#channel:{
if ($ulevel == 11) {
if ($1 == !addauth) {
/guser $2 $3 {
/msg $chan $3 has ben added auth lvl $2 on XsN|Bot
}
}
}
}

on *:text:!removeauth*:#channel:{
if ($ulevel == 11) {
if ($1 == !removeauth) {
/ruser $3 {
/msg $chan Auth lvl $2 has been removed from $3
}
}
}
}


The first part will add a user to my bot user list... BUT... The second part dosnt work as its suppose to do! When i add user and i want to remove him again it says:

* No such user in user list

whats wrong?

Last edited by NoPleX; 03/06/04 03:20 AM.

if ($me != geek) { $life is $false }
else { $life is $true }
NoPleX