Browse Source

fix #727

tags/v2.0.0-rc1
Shivaram Lingamneni 4 years ago
parent
commit
bc0712b19b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      irc/nickserv.go

+ 1
- 1
irc/nickserv.go View File

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

Loading…
Cancel
Save