diff options
author | EyesOfAHawk <blackoutro2006@gmail.com> | 2018-10-15 21:07:04 +1300 |
---|---|---|
committer | EyesOfAHawk <blackoutro2006@gmail.com> | 2018-10-15 21:07:04 +1300 |
commit | cf2c2f8e243cc4d2792a05907a13d1d5c855c5b3 (patch) | |
tree | e8575006feadf9fa39c36937ff2a2bac1dedb668 /conf | |
parent | baeb7a1742b0fd7ac5d3a4cecd90f74d461895fe (diff) | |
download | hercules-cf2c2f8e243cc4d2792a05907a13d1d5c855c5b3.tar.gz hercules-cf2c2f8e243cc4d2792a05907a13d1d5c855c5b3.tar.bz2 hercules-cf2c2f8e243cc4d2792a05907a13d1d5c855c5b3.tar.xz hercules-cf2c2f8e243cc4d2792a05907a13d1d5c855c5b3.zip |
Change channel delay message to instruct time left before can message channel again.
Diffstat (limited to '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 9fc85cb55..cf2cd15bd 100644 --- a/conf/messages.conf +++ b/conf/messages.conf @@ -1499,7 +1499,7 @@ 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' -1455: You're talking too fast! +1455: You cannot send a message to this channel for another %d seconds. 1456: -- %s ban <channel name> <character name> 1457: - bans <character name> from <channel name> channel 1458: -- %s banlist <channel name> |