diff options
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h index f0dd27782..9447119ad 100644 --- a/include/language.h +++ b/include/language.h @@ -133,7 +133,6 @@ namespace Language #define BOT_DOES_NOT_EXIST _("Bot \002%s\002 does not exist.") #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 BOT_ASSIGN_READONLY _("Sorry, bot assignment is temporarily disabled.") #define HOST_SET_ERROR _("A vhost must be in the format of a valid hostmask.") #define HOST_SET_IDENT_ERROR _("A vhost ident must be in the format of a valid ident") #define HOST_SET_TOOLONG _("Error! The vhost is too long, please use a host shorter than %d characters.") |