summaryrefslogtreecommitdiff
path: root/plugins/manaboy.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/manaboy.py')
-rwxr-xr-x[-rw-r--r--]plugins/manaboy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/manaboy.py b/plugins/manaboy.py
index 0578e21..b9d31ba 100644..100755
--- a/plugins/manaboy.py
+++ b/plugins/manaboy.py
@@ -55,7 +55,7 @@ def XECUTE(nick, is_whisper, command, args=""):
if is_whisper:
whisper(nick,(s.strip('\r\n\t')))
else:
- mapserv.cmsg_chat_message(s.strip('\r\n\t'))
+ mapserv.cmsg_chat_message(nick + ": " + s.strip('\r\n\t'))
# ====================== XCAL =============