X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fsid.py;h=534c3a0cce58b02b1ce308681b406f4da3375e8d;hp=0df5478de958e31dc1f268602b604196f8a828a1;hb=9864db6fe18d6f4cba01f89a8c39dc2f3c8342f1;hpb=38a5005a870abb3b53547bb80212d78e44eca67f diff --git a/sid/sid.py b/sid/sid.py index 0df5478..534c3a0 100644 --- a/sid/sid.py +++ b/sid/sid.py @@ -173,7 +173,8 @@ class MUCBot(slixmpp.ClientXMPP): Automatically assigned to the "help" command.""" help_cmd = ('Type {}help '.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()