Skip to content

Commit

Permalink
Merge branch 'release-1.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderkress committed May 14, 2017
2 parents 02d5f88 + 50a755a commit 5fecc9a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions spunky.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@
# RCON Delay in seconds, recommended range: 0.18 - 0.33
RCON_DELAY = 0.3

COMMANDS = {
# guest commands, level 0
'help': {'desc': 'display all available commands', 'syntax': '^7Usage: ^2!help', 'level': 0, 'short': 'h'},
COMMANDS = {'help': {'desc': 'display all available commands', 'syntax': '^7Usage: ^2!help', 'level': 0, 'short': 'h'},
'forgiveall': {'desc': 'forgive all team kills', 'syntax': '^7Usage: ^2!forgiveall', 'level': 0, 'short': 'fa'},
'forgiveprev': {'desc': 'forgive last team kill', 'syntax': '^7Usage: ^2!forgiveprev', 'level': 0, 'short': 'fp'},
'bombstats': {'desc': 'display Bomb mode stats', 'syntax': '^7Usage: ^2!bombstats', 'level': 0},
Expand Down Expand Up @@ -148,8 +146,7 @@
# superadmin commands, level 90
'ungroup': {'desc': 'remove admin level from a player', 'syntax': '^7Usage: ^2!ungroup ^7<name>', 'level': 90},
'password': {'desc': 'set private server password', 'syntax': '^7Usage: ^2!password ^7[<password>]', 'level': 90},
'reload': {'desc': 'reload map', 'syntax': '^7Usage: ^2!reload', 'level': 90},
}
'reload': {'desc': 'reload map', 'syntax': '^7Usage: ^2!reload', 'level': 90}}

REASONS = {'obj': 'go for objective',
'camp': 'stop camping',
Expand Down

0 comments on commit 5fecc9a

Please sign in to comment.