summaryrefslogtreecommitdiff
path: root/src/language.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-11-06 19:40:03 -0400
committerAdam <Adam@anope.org>2010-12-12 19:30:14 -0500
commit21c8e896715dae26c7c2863e0de90b6ff9268d65 (patch)
tree6020041fd0ccfae8e37d33610891ec3cc2ae6b83 /src/language.cpp
parent8fbe36635c8acae23d7c0879aaa347265b96408d (diff)
Do not allow ghosting unidentified users if the recover command exists
Diffstat (limited to 'src/language.cpp')
-rw-r--r--src/language.cpp2
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 */