1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Improve the error messages when an access list is full.

This commit is contained in:
Sadie Powell
2026-01-19 11:53:54 +00:00
parent 655c4fb5eb
commit 172f443421
5 changed files with 37 additions and 15 deletions
+2
View File
@@ -137,6 +137,8 @@ namespace Language
#define BOT_NOT_ASSIGNED _("You must assign a bot to the channel before using this command.")
#define BOT_NOT_ON_CHANNEL _("Bot is not on channel \002%s\002.")
#define CHAN_ACCESS_LIMIT N_("You can only have %u access entry on a channel.", "You can only have %u access entries on a channel.")
#define CHAN_ACCESS_LIMIT_DEEP N_("You can only have %u access entry on a channel, including access entries from other channels.", "You can only have %u access entries on a channel, including access entries from other channels.")
#define CHAN_ACCESS_LEVEL_RANGE _("Access level must be between %d and %d inclusive.")
#define CHAN_EXCEPTED _("\002%s\002 matches an except on %s and cannot be banned until the except has been removed.")
#define CHAN_INFO_HEADER _("Information about channel \002%s\002:")