diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ def process_whisper(nick, msg, mapserv): allowed_commands = ['!money', '!help', '!getback', '!info' ] if not broken_string[0] in allowed_commands: mapserv.sendall(whisper(nick, "Your access level has been set to blocked! If you feel this is in error, please contact" + config.admin)) - mapserv.sendall(whisper(nick, "Though, you still can do the following: "+str(allowed_commands)) + mapserv.sendall(whisper(nick, "Though, you still can do the following: "+str(allowed_commands))) return if msg == "!list": |