]> kaliko git repositories - sid.git/blobdiff - sid/sid.py
Improved help strings, add doc url
[sid.git] / sid / sid.py
index a3ca555e891602c839ababae1097635676a08e75..2d64932838b3813da553e4fa6d5280f55d527335 100644 (file)
@@ -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 <command name>'.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__: