02.08.2009, 19:56
I was using 1 irc bot to echo and handle commands from irc to ingame. But it was kinda laggy and kept making the server crash.
So i tried making 3 bots join the two rooms i have. One for echo messages from ingame, and another channel which will be used for things like !changepass [name] [newpass] to keep things more private.
The problem im having is in the main echo channel. The bots echo the ingame events perfectly fine. But if i type a command, for example !players
Then one bot chosen at random repeats the list of players 3 times.
I've only got it in once. ircSay(EchoConnection1, ECHO_CHAN, string);
So how can it be repeating it another two times?
So i tried making 3 bots join the two rooms i have. One for echo messages from ingame, and another channel which will be used for things like !changepass [name] [newpass] to keep things more private.
The problem im having is in the main echo channel. The bots echo the ingame events perfectly fine. But if i type a command, for example !players
Then one bot chosen at random repeats the list of players 3 times.
I've only got it in once. ircSay(EchoConnection1, ECHO_CHAN, string);
So how can it be repeating it another two times?