From 86b135b3e0a76680af677cca491b471d6c0d6429 Mon Sep 17 00:00:00 2001 From: EyesOfAHawk Date: Tue, 16 Oct 2018 19:53:33 +1300 Subject: Add config for '@channel setopt MessageDelay '. --- conf/channels.conf | 6 ++++++ conf/messages.conf | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/channels.conf b/conf/channels.conf index 9c2b567f4..c8f14aa27 100644 --- a/conf/channels.conf +++ b/conf/channels.conf @@ -64,5 +64,11 @@ chsys: ( irc_flood_protection_enabled: true /* Whether to enable anti-flood protection for outgoing messages */ irc_flood_protection_rate: 1000 /* The delay between messages during anti-flood protection (milliseconds) */ irc_flood_protection_burst: 3 /* The maximum number of messages that are sent at once burst size before triggering the anti-flood protection */ + + // @channel setopt MessageDelay + // Sets the maximum amount of message delay (in seconds) allowed for a channel. + // Default: 10 + // Max: 255 + channel_opt_msg_delay: 10 } ) diff --git a/conf/messages.conf b/conf/messages.conf index 9fc85cb55..dd4edb477 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' -- cgit v1.2.3-60-g2f50