diff options
author | Adam <Adam@anope.org> | 2011-05-01 18:41:54 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-05-01 18:41:54 -0400 |
commit | 4a3c64291f683823a1f8977c00f57b57af577f03 (patch) | |
tree | 53129214f4d48bc3a661d7e1a83c60576758cb46 /include/language.h | |
parent | 036b3c9053d663b0714690db33161e2df9e76782 (diff) |
Fixed sometimes not removing nick masks from the access list when the group is dropped
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/language.h b/include/language.h index 409ffc7d4..f4329a72b 100644 --- a/include/language.h +++ b/include/language.h @@ -48,7 +48,7 @@ #define NICK_ALREADY_REGISTERED "Nickname \002%s\002 is already registered!" #define NICK_SET_SYNTAX "SET \037option\037 \037parameters\037" #define NICK_SET_DISABLED "Sorry, nickname option setting is temporarily disabled." -#define NICK_SET_UNKNOWN_OPTION "Unknown SET option \002%s\002." +#define NICK_SET_UNKNOWN_OPTION "Unknown SET option \002%s%s\002." #define NICK_SET_DISPLAY_CHANGED "The new display is now \002%s\002." #define NICK_SASET_SYNTAX "SASET \037nickname\037 \037option\037 \037parameters\037" #define NICK_SASET_DISPLAY_INVALID "The new display for \002%s\002 MUST be a nickname of the nickname group!" |