summaryrefslogtreecommitdiff
path: root/reports.py
diff options
context:
space:
mode:
authorDico200 <dico.karssiens@gmail.com>2015-03-25 00:38:56 +0100
committerDico200 <dico.karssiens@gmail.com>2015-03-25 00:38:56 +0100
commit75c9a86ba3f5a2ed454220c8d689a35d0454428f (patch)
tree697bd470c5c76fd3acef2b9f7a380a896a1c2498 /reports.py
parentd160bbd91a3a56a35a5b90e174a7eb236c6ba92e (diff)
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.
Diffstat (limited to 'reports.py')
-rw-r--r--reports.py2
1 files changed, 1 insertions, 1 deletions
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():