summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmain.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.py b/main.py
index c7c8171..d289177 100755
--- a/main.py
+++ b/main.py
@@ -655,6 +655,8 @@ def process_whisper(nick, msg, mapserv):
elif broken_string[0] == "!mail":
if user == -10:
mapserv.sendall(whisper(nick, "Your current access level is 0. Request access in [@@https://forums.themanaworld.org/viewtopic.php?f=14&t=14010|ManaMarket's forum thread@@]"))
+ return
+
to_, msg_ = utils.parse_mail_cmdargs(msg[6:].strip())
if to_ == "" or msg_ == "":
mapserv.sendall(whisper(nick, "Usage: !mail <nick> <message> OR !mail \"nick with spaces\" <message>"))