]> gitweb.pimeys.fr Git - bots/themis.git/commitdiff
Rajout d'un délai avant de kicker PEB pour avoir le temps de rejoin
authorThemis le bot IRC <themis@crans.org>
Sun, 4 Nov 2012 14:59:22 +0000 (15:59 +0100)
committerThemis le bot IRC <themis@crans.org>
Sun, 4 Nov 2012 14:59:22 +0000 (15:59 +0100)
themis.py

index bfecf44944a516b96655bd10643c6c90b4f149e8..2ec8361ab76d957e7ab5c711441631d11fd0a41e 100755 (executable)
--- a/themis.py
+++ b/themis.py
@@ -529,8 +529,8 @@ class Themis(ircbot.SingleServerIRCBot):
             print ev.source()
             print channel, username
             if channel == "#déprime" and "peb" in username or "becue" in username:
-                time.sleep(5)
-                serv.kick(auteur, "Va abuser de tes droits ailleurs !")
+                print "Kicking peb"
+                serv.execute_delayed(5, serv.kick, (auteur, "Va abuser de tes droits ailleurs !"))
     
     def kicker(self, chan, pseudo, raison=None):
         if raison==None: