소스 검색

fix #727

tags/v2.0.0-rc1
Shivaram Lingamneni 4 년 전
부모
커밋
bc0712b19b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go 파일 보기

@@ -73,7 +73,7 @@ entry for $bSET$b for more information.`,
73 73
 GHOST disconnects the given user from the network if they're logged in with the
74 74
 same user account, letting you reclaim your nickname.`,
75 75
 			helpShort:    `$bGHOST$b reclaims your nickname.`,
76
-			enabled:      servCmdRequiresAuthEnabled,
76
+			enabled:      servCmdRequiresNickRes,
77 77
 			authRequired: true,
78 78
 			minParams:    1,
79 79
 		},

Loading…
취소
저장