From bc0712b19b5171e7c844bb66d4425a4164a1cc18 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 31 Dec 2019 21:18:41 -0500 Subject: [PATCH] fix #727 --- irc/nickserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/nickserv.go b/irc/nickserv.go index ea18ad41..103cb8aa 100644 --- a/irc/nickserv.go +++ b/irc/nickserv.go @@ -73,7 +73,7 @@ entry for $bSET$b for more information.`, GHOST disconnects the given user from the network if they're logged in with the same user account, letting you reclaim your nickname.`, helpShort: `$bGHOST$b reclaims your nickname.`, - enabled: servCmdRequiresAuthEnabled, + enabled: servCmdRequiresNickRes, authRequired: true, minParams: 1, },