mirror of
https://github.com/znc/znc.git
synced 2026-08-07 01:13:25 +02:00
Merge pull request #833 from Mkaysi/nickserv
nickserv: use NICKSERV instead of PRIVMSG
This commit is contained in:
@@ -84,7 +84,7 @@ public:
|
||||
}
|
||||
|
||||
if (GetNV("IdentifyCmd").empty()) {
|
||||
SetNV("IdentifyCmd", "PRIVMSG NickServ :IDENTIFY {password}");
|
||||
SetNV("IdentifyCmd", "NICKSERV IDENTIFY {password}");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user