[Solved] Modular service for IRC channels
Posted: Mon Jun 14, 2004 5:41 pm
I have a bot that was built on the wollabot found here:
http://wollabot.sourceforge.net/
My question seem simple, but I cannot find an answer anywhere. The bot is connected to Gamesurge, an IRC server, which requires authenticating to an account for certain privileges. Here are my IRC preferences in my bot.ini:
[main]
; IRC preferences
server = "irc.gamesurge.net"
port = "6667"
nickname = "thebot'snick"
username = "thebot'susername"
The command to auth from an IRC client is:
/authserv auth username password
Does anybody know how I can get the bot to auth to the acount? I've tried many different things.
http://wollabot.sourceforge.net/
My question seem simple, but I cannot find an answer anywhere. The bot is connected to Gamesurge, an IRC server, which requires authenticating to an account for certain privileges. Here are my IRC preferences in my bot.ini:
[main]
; IRC preferences
server = "irc.gamesurge.net"
port = "6667"
nickname = "thebot'snick"
username = "thebot'susername"
The command to auth from an IRC client is:
/authserv auth username password
Does anybody know how I can get the bot to auth to the acount? I've tried many different things.