I'm using a simple version for changing the botnick.

Code:
 on master:text:-nick *:#: {
  nick $2
  notice $nick Done.
}
 


You can change "master" in your own userlevel, offcourse smile.
It's tested more then once, and it will work.