14.07.2009, 13:41
ircSay does this:
PRIVMSG #CHANNEL :MESSAGE
If you make that to join you somewhere then it would be
PRIVMSG #CHANNEL :/join #CHANNEL PASSWORD
IRC raw isn't like the softened stuff you got in mIRC.
JOIN #channel password: ircSendRawData(conn, "JOIN #channel key");
Works insanely well for me.
PRIVMSG #CHANNEL :MESSAGE
If you make that to join you somewhere then it would be
PRIVMSG #CHANNEL :/join #CHANNEL PASSWORD
IRC raw isn't like the softened stuff you got in mIRC.
JOIN #channel password: ircSendRawData(conn, "JOIN #channel key");
Quote:
Originally Posted by Marcel
ircSendRawData also isn't working. I was looking for a solution for this a long time ago but couldn't find it. This is quite usefull for people who want bots in their channels with a key on it, although I don't exactly know what is should be for? I think you're not giving the channel key to all players in your server?
|