IRC System Question
#1

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?
Reply
#2

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!*@*
Reply
#3

Quote:
Originally Posted by Banana_Ghost
Посмотреть сообщение
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!*@*
Okay,I fixed thank you,now I have another question which is,how do I make the bots register and login when they come on IRC?
Reply
#4

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");
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)