]> gitweb.pimeys.fr Git - bots/josh.git/commitdiff
Proper realname
authorVincent Le Gallic <legallic@crans.org>
Sun, 6 Mar 2016 20:08:52 +0000 (21:08 +0100)
committerVincent Le Gallic <legallic@crans.org>
Sun, 6 Mar 2016 20:08:52 +0000 (21:08 +0100)
josh.py

diff --git a/josh.py b/josh.py
index 98fc4a07e634e2a8d8bdf9566ac7285ef8f6307b..a96aa257483cd3922fe1bdf48a09d9f62cfb5578 100755 (executable)
--- a/josh.py
+++ b/josh.py
@@ -72,7 +72,7 @@ class Josh(ircbot.SingleServerIRCBot):
     def __init__(self, serveur, debug=False):
         temporary_pseudo = config.irc_pseudo + str(random.randrange(10000,100000))
         ircbot.SingleServerIRCBot.__init__(self, [(serveur, 6667)],
-                              temporary_pseudo, "Basile, le bot irc. [Codé par 20-100]", 10)
+                              temporary_pseudo, "I'm a bot. Ask [20-100].", 10)
         self.debug = debug
         self.serveur = serveur
         self.overops = config.overops