diff options
Diffstat (limited to 'npc/commands/kami.txt')
-rw-r--r-- | npc/commands/kami.txt | 2 |
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$); |