Hello,
where about in my conf file do i put this code to make my bot get account on irc.
i think this is right
/authserv register <account> <password>
_____________________________________
And do i put my bots nick in this
bind evnt - init-server evnt:init_server
proc evnt:init_server {type} {
global botnick <<<<<<<<<<<------------ Bots nick?
putquick "MODE $botnick +ix"
putquick "AUTHSERV :AUTH <handle> <pass>"
}