summaryrefslogtreecommitdiff
path: root/server.py
diff options
context:
space:
mode:
Diffstat (limited to 'server.py')
-rwxr-xr-xserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.py b/server.py
index 001375c..521df85 100755
--- a/server.py
+++ b/server.py
@@ -141,7 +141,7 @@ try:
com=" ".join(command.split(' ')[1:])
# Parse the command
if cmd in ["broadcast", "global", "msg", "say"]:
- sendmsg(com)
+ sendmsg("NOTICE:" + com)
if cmd in ["ban", "block", "nuke"]:
security.ban_ip(com)
if cmd in ["exit", "quit", "close", "term", "end"]: