That's what I got in my .ini file: # 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 +ih-ws" } Now, I tried this: putquick "NICK prefix'newbotnick&qu...