diff options
author | Haru <haru@dotalux.com> | 2018-11-13 17:06:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 17:06:49 +0100 |
commit | d564cdaabdb9f1929e58cd68c1208f89100acf90 (patch) | |
tree | bf48c34155abe1b28962078c0609a99a04e741c8 /conf/messages.conf | |
parent | 78db115b41d966daf26160abe224701f743f6df0 (diff) | |
parent | 86b135b3e0a76680af677cca491b471d6c0d6429 (diff) | |
download | hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.gz hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.bz2 hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.tar.xz hercules-d564cdaabdb9f1929e58cd68c1208f89100acf90.zip |
Merge pull request #2287 from EyesOfAHawk/hcs_opt_msg_delay
Add config for '@channel setopt MessageDelay <delay>'
Diffstat (limited to 'conf/messages.conf')
-rw-r--r-- | conf/messages.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/messages.conf b/conf/messages.conf index cf2cd15bd..2f790b13f 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1495,7 +1495,7 @@ 1448: -- Available options 1449: option '%s' is already enabled, if you'd like to disable it type '@channel opt %s 0' 1450: option '%s' is now enabled for channel '%s' -1451: value '%d' for option '%s' is out of range (limit is 0-10) +1451: value '%d' for option '%s' is out of range (limit is 0-%d) 1452: option '%s' is now enabled for channel '%s' with %d seconds 1453: option '%s' is now disabled for channel '%s' 1454: option '%s' is not enabled on channel '%s' |