summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6af990194..4c8c6c9dc 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -99,7 +99,7 @@ function script kamibroadcast {
// Send to #world
if (.@snd$ == "")
- channelmes("#world", " "+.@msg$);
+ channelmes("#world", .@msg$);
else
channelmes("#world", "[ "+.@snd$+" ] : "+.@msg$);