From d34ab6db8bcaa1e676bd711d1800aac236ddbbe1 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 30 Jun 2016 18:55:16 -0700 Subject: [PATCH] ServiceBot: show an "End of help" line after featured command listing --- utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils.py b/utils.py index a243587..8433f86 100644 --- a/utils.py +++ b/utils.py @@ -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."""