From 8fa65bf07bd5e3e5dd1205711597d80f9e3d4f08 Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 6 Sep 2017 10:08:01 +0000 Subject: [PATCH] Clean up help message --- infobot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infobot.py b/infobot.py index d40417c..7ca17a6 100644 --- a/infobot.py +++ b/infobot.py @@ -14,7 +14,7 @@ class InfoBot(yaboli.Bot): self.help_specific = ( "Displays information about the clients in a room in its nick:\n" - "(P B [L] [N])\n\n" + "(P B L N)\n\n" "Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)\n" "Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)" )