I've a problem with my chatbot: if I connect to a server, the server need an authentification before the bot can join a chan (because without authentification it's not possible to get op for the bot).
So I need to put a string like this:
/msg NickServ IDENTIFY <password>
to the configuration-file, before it joins any chan. Where can I put it in?
thanks for the answer, but it doesn't work ..., the bot couldn't be identified to the server, is there any other possibility instead of "PRIVMSG"? MSG doesn't work, too.