From 8091194b86abd3c1ea9bbb60984b2c823c7e4b92 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 30 Jul 2018 15:52:58 +0000 Subject: [PATCH] Correct incorrect info on count help --- infobot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infobot.py b/infobot.py index f3d44db..17c16d8 100644 --- a/infobot.py +++ b/infobot.py @@ -54,9 +54,9 @@ class InfoBot(yaboli.Bot): "This bot counts the number of clients connected to a room. If you" " open a room in two different tabs, the bot counts you twice.\n" "The euphoria client, on the other hand, usually displays all" - " connections of an account as one nick in the nick list. Because of" - " that, this bot's count is always as high as, or higher than, the" - " number of nicks on the nick list, similar to the number on the" + " connections of an account with the same nick as one in thenick list." + " Because of that, this bot's count is always as high as, or higher than," + " the number of nicks on the nick list, similar to the number on the" " button to toggle the nick list.\n" "\n" "If the bot's count is off, try a !recount or a !restart @{nick}."