diff options
author | Adam <Adam@anope.org> | 2010-11-06 19:40:03 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-12-12 19:30:14 -0500 |
commit | 21c8e896715dae26c7c2863e0de90b6ff9268d65 (patch) | |
tree | 6020041fd0ccfae8e37d33610891ec3cc2ae6b83 /include/language.h | |
parent | 8fbe36635c8acae23d7c0879aaa347265b96408d (diff) |
Do not allow ghosting unidentified users if the recover command exists
Diffstat (limited to 'include/language.h')
-rw-r--r-- | include/language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/language.h b/include/language.h index 28fd67021..4366d93c9 100644 --- a/include/language.h +++ b/include/language.h @@ -227,6 +227,7 @@ enum LanguageString NICK_GHOST_SYNTAX, NICK_NO_GHOST_SELF, NICK_GHOST_KILLED, + NICK_GHOST_UNIDENTIFIED, NICK_GETPASS_SYNTAX, NICK_GETPASS_UNAVAILABLE, NICK_GETPASS_PASSWORD_IS, |