21.05.2014, 17:58
I noticed that messages dont always show up in the same order as they were sent.
This shows up. (order is different every time)
Does anyone know a way to solve this?
Code:
IRCCMD:test(botid, channel[], user[], host[], params[]) { IRC_GroupSay(ircgroup, channel, "1"); IRC_GroupSay(ircgroup, channel, "2"); IRC_GroupSay(ircgroup, channel, "3"); IRC_GroupSay(ircgroup, channel, "4"); IRC_GroupSay(ircgroup, channel, "5"); return 1; }
Code:
(20:10) <~Rick> !test (20:10) <&Banana> 1 (20:10) <&Orange> 3 (20:10) <&Coconut> 2 (20:10) <&Coconut> 5 (20:10) <&Banana> 4