3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-24 03:29:28 +01:00

ServiceBot: show an "End of help" line after featured command listing

This commit is contained in:
James Lu 2016-06-30 18:55:16 -07:00
parent d2b5fd7b6e
commit d34ab6db8b

View File

@ -341,6 +341,7 @@ class ServiceBot():
# TODO: perhaps plugin unload should remove unused featured command
# definitions automatically?
self._show_command_help(irc, cmd, private=True, shortform=True)
self.reply(irc, 'End of command listing.', private=True)
def registerService(name, *args, **kwargs):
"""Registers a service bot."""