From 0305a818fad23684a728208ec21a885a66f91445 Mon Sep 17 00:00:00 2001 From: wushin Date: Thu, 3 Sep 2015 23:18:51 -0500 Subject: Add permissions to use !mail command --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index a8e5c45..c7c8171 100755 --- a/main.py +++ b/main.py @@ -653,6 +653,8 @@ def process_whisper(nick, msg, mapserv): ls_info = db_manager.get_lastseen_info(who) mapserv.sendall(whisper(nick, ls_info)) 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@@]")) to_, msg_ = utils.parse_mail_cmdargs(msg[6:].strip()) if to_ == "" or msg_ == "": mapserv.sendall(whisper(nick, "Usage: !mail OR !mail \"nick with spaces\" ")) -- cgit v1.2.3-70-g09d2