From d99dadd6a5638aa44eaf7f924cc213948b29f770 Mon Sep 17 00:00:00 2001 From: Joscha Date: Tue, 5 Sep 2017 22:44:46 +0000 Subject: [PATCH] Fix newline typo --- infobot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infobot.py b/infobot.py index d6307c8..d40417c 100644 --- a/infobot.py +++ b/infobot.py @@ -15,8 +15,8 @@ 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" - "Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)" - "Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)\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)" ) async def update_nick(self):