Merge pull request #833 from Mkaysi/nickserv

nickserv: use NICKSERV instead of PRIVMSG
This commit is contained in:
Alexey Sokolov
2015-02-28 20:59:21 -08:00
+1 -1
View File
@@ -84,7 +84,7 @@ public:
}
if (GetNV("IdentifyCmd").empty()) {
SetNV("IdentifyCmd", "PRIVMSG NickServ :IDENTIFY {password}");
SetNV("IdentifyCmd", "NICKSERV IDENTIFY {password}");
}
return true;