home · contact · privacy
TCE: Add help system infrastructure.
[plomrogue] / plugins / client / TheCrawlingEater.py
index 1123af2c2ca962249f059273d16f4d3f1690d88a..fa1ae6cc9e65a46638f8fa445bbcc29293898ca4 100644 (file)
@@ -166,3 +166,7 @@ from client.config.commands import commands
 commands["S"] = (command_sender("drop"),)
 commands["D"] = (command_sender("drink"),)
 commands["P"] = (command_sender("pee"),)
+commands["1"] = (command_sender("HELP 1"),)
+commands["2"] = (command_sender("HELP 2"),)
+commands["3"] = (command_sender("HELP 3"),)
+commands["4"] = (command_sender("HELP 4"),)