From: kaliko Date: Fri, 1 May 2020 11:16:14 +0000 (+0200) Subject: Add git url in help X-Git-Tag: 0.1.0~28 X-Git-Url: https://git.kaliko.me/?p=sid.git;a=commitdiff_plain;h=9864db6fe18d6f4cba01f89a8c39dc2f3c8342f1 Add git url in help --- 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()