diff options
author | makefu <root@pigstarter.de> | 2014-04-25 16:34:34 +0200 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2014-04-25 16:34:34 +0200 |
commit | da5b4578c07838d7c8c5c1c923ea03895e19a0da (patch) | |
tree | ca965893ec0b04ff510b2a5112cc57e59f6f4ab9 /Reaktor/titlebot/titlebot.py | |
parent | 2d646912b01c3e9399c19347b524ebbe00f44a04 (diff) |
add highest for titlebot
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 6a3b2f79..c1eac3b0 100644 --- a/Reaktor/titlebot/titlebot.py +++ b/Reaktor/titlebot/titlebot.py @@ -60,6 +60,7 @@ public_commands = [ default_command('nocommand'), titlebot_cmd('list'), titlebot_cmd('help'), + titlebot_cmd('highest'), titlebot_cmd('up'), titlebot_cmd('new'), titlebot_cmd('undo'), |