1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 05:56:39 +02:00

Do not allow ghosting unidentified users if the recover command exists

This commit is contained in:
Adam
2010-11-06 19:40:03 -04:00
parent 8fbe36635c
commit 21c8e89671
3 changed files with 16 additions and 21 deletions
+2
View File
@@ -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 */