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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user