summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xircbot/contoller.py2
1 files changed, 1 insertions, 1 deletions
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)