Fix newline typo

This commit is contained in:
Joscha 2017-09-05 22:44:46 +00:00
parent e36812ad53
commit d99dadd6a5

View file

@ -15,8 +15,8 @@ class InfoBot(yaboli.Bot):
self.help_specific = ( self.help_specific = (
"Displays information about the clients in a room in its nick:\n" "Displays information about the clients in a room in its nick:\n"
"(<people>P <bots>B [<lurkers>L] [<bot-lurkers>N])\n\n" "(<people>P <bots>B [<lurkers>L] [<bot-lurkers>N])\n\n"
"Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)" "Github: https://github.com/Garmelon/infobot (complies with botrulez, including !kill and !restart)\n"
"Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)\n" "Created by @Garmy using yaboli (https://github.com/Garmelon/yaboli)"
) )
async def update_nick(self): async def update_nick(self):