diff options
Diffstat (limited to 'src')
-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 */ |