diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-04-24 01:08:38 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-04-24 01:08:38 -0300 |
commit | f2821145bbdac3374d76ac6b0e2fb24cc33c7a1d (patch) | |
tree | dd78b9cb6f2e10c25130d69c45814ac6e0e6f0ac /npc/commands | |
parent | 8c33ad412d9705e80e33630bd56642ebb6f72a07 (diff) | |
download | serverdata-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')
-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 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$); |