Posts: 169
Threads: 7
Joined: Jun 2011
Reputation:
0
This is more a question than a scripting problem I think.I am using G-IRC's system on my server.
The question is,how can my bots connect to an invite only channel?
Posts: 251
Threads: 3
Joined: Jul 2011
Reputation:
0
either use the bot's host,registered name, or just the name like
go on the irc channel, use
-Host
-IP: /mode #channel +I *!*@127.0.0.1
-hostmask: /mode #channel +I *!*@ipblah.my.isp.com (also works with IRC Server cloaking if the dns of the IP could not be resolved).
-Registered Name - /mode #channel +I R:registeredname
-Name - /mode #channel +I name!*@*
Posts: 251
Threads: 3
Joined: Jul 2011
Reputation:
0
well you could register it on your PC and then disconnect from it.
to make it identify, on the bot's connection to the irc server, do something like:
IRC_SendRaw(botid, "ns identify passwordhere");