X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fsid.py;h=2d64932838b3813da553e4fa6d5280f55d527335;hp=a3ca555e891602c839ababae1097635676a08e75;hb=8500ad64bdcd5e03de1936f10334ec8b49e0840e;hpb=f738d6c440b4e7d29eac7c1824e7a5aeca72bb8f diff --git a/sid/sid.py b/sid/sid.py index a3ca555..2d64932 100644 --- a/sid/sid.py +++ b/sid/sid.py @@ -23,7 +23,7 @@ import traceback import slixmpp -from sid import __url__ +from sid import __url__, __doc__ def botcmd(*args, **kwargs): @@ -210,6 +210,7 @@ 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.\n\n' + + f'DOC: {__doc__}\n' + f'SRC: {__url__}') if not args: if self.__doc__: