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 /src/language.cpp | |
parent | 8fbe36635c8acae23d7c0879aaa347265b96408d (diff) |
Do not allow ghosting unidentified users if the recover command exists
Diffstat (limited to 'src/language.cpp')
-rw-r--r-- | src/language.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/language.cpp b/src/language.cpp index 7636b563b..deb39737a 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -604,6 +604,8 @@ Anope::string language_strings[LANG_STRING_COUNT] = { _("You can't ghost yourself!"), /* NICK_GHOST_KILLED */ _("Ghost with your nick has been killed."), + /* NICK_GHOST_UNIDENTIFIED */ + _("You may not ghost an unidentified user, use RECOVER instead."), /* NICK_GETPASS_SYNTAX */ _("GETPASS nickname"), /* NICK_GETPASS_UNAVAILABLE */ |