From 75c9a86ba3f5a2ed454220c8d689a35d0454428f Mon Sep 17 00:00:00 2001 From: Dico200 Date: Wed, 25 Mar 2015 00:38:56 +0100 Subject: 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. --- reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reports.py') diff --git a/reports.py b/reports.py index d660d65..ca98e7b 100644 --- a/reports.py +++ b/reports.py @@ -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(): -- cgit v1.2.3