diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2011-08-24 19:28:31 +0200 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-08-24 19:28:50 +0200 |
commit | ce51681100e5ea18da7e2171f523296c28f0cda1 (patch) | |
tree | 0126933998c304c6acb96920d8a9a82a2ef14c7b | |
parent | 8d7cc5ccafbdc24d2d94dbffeb963a93cb5b3869 (diff) | |
download | manamarket-ce51681100e5ea18da7e2171f523296c28f0cda1.tar.gz manamarket-ce51681100e5ea18da7e2171f523296c28f0cda1.tar.bz2 manamarket-ce51681100e5ea18da7e2171f523296c28f0cda1.tar.xz manamarket-ce51681100e5ea18da7e2171f523296c28f0cda1.zip |
blocked users done right
-rwxr-xr-x | main.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ def process_whisper(nick, msg, mapserv): 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 <administrator>.")) mapserv.sendall(whisper(nick, "Though, you still can do the following: "+str(allowed_commands)) + return if msg == "!list": # Sends the list of items for sale. |