Replaced /sudo and /me with @simplecommand hook

Also improved simplecommand a little bit.
Don't ask me why it doesn't work in its own file as I have no clue, it
wasn't tracing the errors.
This commit is contained in:
Dico200
2015-03-25 00:38:56 +01:00
parent d160bbd91a
commit 75c9a86ba3
3 changed files with 44 additions and 27 deletions

View File

@@ -176,7 +176,7 @@ def reports_reminder(): # needs 2 args for unknown reason
thread.exit()
targeted_reports = get_reports(False)
if len(targeted_reports) > 0:
broadcast(rp_permission, "&2--=[ Reports ]=--\n&aThere are %s open reports!" % len(targeted_reports))
broadcast(rp_permission, "&aThere are %s open reports!" % len(targeted_reports))
def stop_reporting():