summaryrefslogtreecommitdiff
path: root/npc/commands/kami.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-04-24 01:08:38 -0300
committerJesusaves <cpntb1@ymail.com>2022-04-24 01:08:38 -0300
commitf2821145bbdac3374d76ac6b0e2fb24cc33c7a1d (patch)
treedd78b9cb6f2e10c25130d69c45814ac6e0e6f0ac /npc/commands/kami.txt
parent8c33ad412d9705e80e33630bd56642ebb6f72a07 (diff)
downloadserverdata-f2821145bbdac3374d76ac6b0e2fb24cc33c7a1d.tar.gz
serverdata-f2821145bbdac3374d76ac6b0e2fb24cc33c7a1d.tar.bz2
serverdata-f2821145bbdac3374d76ac6b0e2fb24cc33c7a1d.tar.xz
serverdata-f2821145bbdac3374d76ac6b0e2fb24cc33c7a1d.zip
According to NetSysFire, this be annoying
Diffstat (limited to 'npc/commands/kami.txt')
-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$);