Update help

- admin command
- phrasing fixes
This commit is contained in:
Rampoina 2022-01-21 12:39:31 +01:00
parent 965a814ebb
commit 2cfa9596c8
1 changed files with 1 additions and 1 deletions

2
bot.py
View File

@ -123,7 +123,7 @@ class Server(BaseServer):
await self.send(build("PRIVMSG", [chan, "Removed " + user + " from the " + game + " match list."]))
elif line.params[1].startswith(".help"):
await self.send(build("PRIVMSG", [chan, " .add game: Add to list; .del game: Remove from list; .match game: Ping everyone on list; .list game: list people added to the game; .list: list games"]))
await self.send(build("PRIVMSG", [chan, " .add game: Add user to the game list; .del game: Remove user from the game list; .match game: Ping everyone on the game list; .list game: list people added to the game; .list: list games; .remove game: removes the game from the list (admin command)"]))
async def line_send(self, line: Line):
print(f"{self.name} > {line.format()}")