diff --git a/modules/nickserv.cpp b/modules/nickserv.cpp index a7e9f978..5df0de9e 100644 --- a/modules/nickserv.cpp +++ b/modules/nickserv.cpp @@ -84,7 +84,7 @@ public: } if (GetNV("IdentifyCmd").empty()) { - SetNV("IdentifyCmd", "PRIVMSG NickServ :IDENTIFY {password}"); + SetNV("IdentifyCmd", "NICKSERV IDENTIFY {password}"); } return true;