Ok, this is really annoying now. I am trying to create a bot for my new server (not open to public yet though) and it will just NOW do any commands. The one which I am having most trouble with is the !op command. I test it by opening two clients and using one as the bot with the script loaded. Here is the code:

Code:
on !6:TEXT:!mopop *:#: {
  if ($ulevel == 6) {
  mode $1 +o $2 }
  else {
  msg $nick You don't have the user levels to do that! }
}


Now. When I use the client non-bot client to activate the script, there is no response. I have set my hostname to work with level 6 commands. HELP! The deop command and basicly all commands that require user levels don't respond!