How do I make my bot identify itself? I registered the nick already on the server but now I want to give it OP and I can't do that unless it is using a registered nick.
# This is a Tcl script to be run immediately after connecting to a server.
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick
putquick "MODE $botnick +i-ws"
}
or download one of the many nickserve scripts from the script archive.