summaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2011-08-24 19:34:13 +0200
committerStefan Beller <stefanbeller@googlemail.com>2011-08-24 19:34:13 +0200
commit766e95b3c528193f920c68a0a33eaebba6fbb492 (patch)
tree89f3a6fbf13791a85eeae1d86eaa4edb377dfe24 /main.py
parentcbd465195dd81fa36a1c7f86ca56b4a4e705351f (diff)
downloadmanamarket-766e95b3c528193f920c68a0a33eaebba6fbb492.tar.gz
manamarket-766e95b3c528193f920c68a0a33eaebba6fbb492.tar.bz2
manamarket-766e95b3c528193f920c68a0a33eaebba6fbb492.tar.xz
manamarket-766e95b3c528193f920c68a0a33eaebba6fbb492.zip
ooops
Diffstat (limited to 'main.py')
-rwxr-xr-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a14dbb2..c4aa6b4 100755
--- a/main.py
+++ b/main.py
@@ -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":