diff options
author | makefu <root@pigstarter.de> | 2014-07-17 12:08:48 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-07-17 12:08:48 +0200 |
commit | c0dca71a57107834355be17d49ff859c82eeef17 (patch) | |
tree | 4384a33c9feb51b1ddd3e69e5767cba098eb2e39 /Reaktor/titlebot/titlebot.py | |
parent | 02428fc848cde3e5317e8115b48bb8d946a04e78 (diff) |
titlebot: add top command
Diffstat (limited to 'Reaktor/titlebot/titlebot.py')
-rw-r--r-- | Reaktor/titlebot/titlebot.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Reaktor/titlebot/titlebot.py b/Reaktor/titlebot/titlebot.py index 41717484..325fda53 100644 --- a/Reaktor/titlebot/titlebot.py +++ b/Reaktor/titlebot/titlebot.py @@ -61,6 +61,7 @@ public_commands = [ titlebot_cmd('list'), titlebot_cmd('help'), titlebot_cmd('highest'), + titlebot_cmd('top'), titlebot_cmd('up'), titlebot_cmd('new'), titlebot_cmd('undo'), |