]> gitweb.pimeys.fr Git - bots/basile.git/commitdiff
Ne pas échoue sur un HELP COMMANDE d'un non-op
authorVincent Le Gallic <legallic@enst.fr>
Fri, 16 Jun 2017 13:56:43 +0000 (15:56 +0200)
committerVincent Le Gallic <legallic@enst.fr>
Fri, 16 Jun 2017 13:57:03 +0000 (15:57 +0200)
basile.py

index 81ada60551be2baa24c09ceceb6ddcbad9bb5a52..ad22ab649f74ded43ca500733377546a6cc20634 100755 (executable)
--- a/basile.py
+++ b/basile.py
@@ -308,6 +308,8 @@ class Basile(ircbot.SingleServerIRCBot):
                         helpmsg += "\n" + helpmsgs[2]
                     else:
                         helpmsg = helpmsgs[2]
+                if not helpmsg: # Un non-op a demandé de l'aide sur une commande dont il n'est pas censé connaître l'existence
+                    helpmsg = "Commande inacessible."
             for ligne in helpmsg.split("\n"):
                 serv.privmsg(auteur, ligne.encode("utf-8"))
         elif cmd == u"identify":