summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-01-19 23:15:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-01-19 23:15:19 -0300
commite8cc3fd631485a7274f165abb69405c6e488a126 (patch)
treed106fa096cbaa623e01638453f13c1c1dcf312b2 /npc
parent91994f7e1eb9b8966e1d466313f094f68757c1fa (diff)
downloadserverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.gz
serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.bz2
serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.tar.xz
serverdata-e8cc3fd631485a7274f165abb69405c6e488a126.zip
Fix kamibroadcast()
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/kami.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index e709d0202..5d70dde0d 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -71,7 +71,7 @@ function script kamibroadcast {
// Send to #world
if (.@snd$ == "")
- channelmes("#world", .@msg$);
+ channelmes("#world", " "+.@msg$);
else
channelmes("#world", "[ "+.@snd$+" ] : "+.@msg$);