From 903cff098911de49e1e529b33a75021ccaf55fcf Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 5 Jan 2014 04:11:23 +0100 Subject: ircbot: longer wait after send --- ircbot/contoller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircbot/contoller.py b/ircbot/contoller.py index 9466343d..a6c005c3 100755 --- a/ircbot/contoller.py +++ b/ircbot/contoller.py @@ -38,7 +38,7 @@ class NewsBot(irc.bot.SingleServerIRCBot): def send(self, string): for line in string.split('\n'): self.connection.privmsg(self.chan, line) - + sleep(0.5) def on_pubmsg(self, connection, event): self.on_privmsg(connection, event) -- cgit v1.2.3