]> kaliko git repositories - sid.git/commitdiff
Add git url in help
authorkaliko <kaliko@azylum.org>
Fri, 1 May 2020 11:16:14 +0000 (13:16 +0200)
committerkaliko <kaliko@azylum.org>
Fri, 1 May 2020 11:20:25 +0000 (13:20 +0200)
sid/sid.py

index 0df5478de958e31dc1f268602b604196f8a828a1..534c3a0cce58b02b1ce308681b406f4da3375e8d 100644 (file)
@@ -173,7 +173,8 @@ class MUCBot(slixmpp.ClientXMPP):
 
         Automatically assigned to the "help" command."""
         help_cmd = ('Type {}help <command name>'.format(self.prefix) +
-                    ' to get more info about that specific command.')
+                    ' to get more info about that specific command.\n\n'+
+                    'SRC: http://git.kaliko.me/sid.git')
         if not args:
             if self.__doc__:
                 description = self.__doc__.strip()