Clean up
This commit is contained in:
parent
400eb980e1
commit
b962cf1bfb
1 changed files with 0 additions and 11 deletions
11
infobot.py
11
infobot.py
|
|
@ -12,17 +12,6 @@ class InfoBot(yaboli.Bot):
|
||||||
Display information about the clients connected to a room in its nick.
|
Display information about the clients connected to a room in its nick.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
short_help_text = "I show the types of clients in my nick"
|
|
||||||
help_text = (
|
|
||||||
"Displays information about the clients in a room in its nick:\n"
|
|
||||||
"(<people>P <bots>B <lurkers>L <bot-lurkers>N)\n\n"
|
|
||||||
"!recount @{nick} - Recount people in the room\n\n"
|
|
||||||
"Created by @Garmy using yaboli.\n"
|
|
||||||
"For additional info, try \"!help @{nick} <topic>\". Topics:\n"
|
|
||||||
"count, lurkers, changelog"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def send(self, room, message):
|
async def send(self, room, message):
|
||||||
await self.botrulez_ping_general(room, message)
|
await self.botrulez_ping_general(room, message)
|
||||||
await self.botrulez_ping_specific(room, message)
|
await self.botrulez_ping_specific(room, message)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue