diff options
author | Adam <Adam@anope.org> | 2011-12-20 18:38:37 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-12-20 18:38:37 -0500 |
commit | 704dbe27bf4a01ee10851a6181c1da3ab44a1b87 (patch) | |
tree | 7006b01f1429852a90559bf4da26a0e114acdbf6 /include/language.h | |
parent | bbddf50c9de973f96cb354a8c66876ee1386e455 (diff) |
Updated /bs info output and note db_sql can truncate entire databases
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/language.h b/include/language.h index 9af139ed9..69614bbbe 100644 --- a/include/language.h +++ b/include/language.h @@ -76,8 +76,6 @@ #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 ENABLED _("Enabled") -#define DISABLED _("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.") |