Don't make assumptions about the function being called

This commit is contained in:
Berke Viktor 2013-05-03 18:12:36 +02:00
parent ba78c0527f
commit 863ff811e6
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ irc_ns_identify (server *serv, char *pass)
{
if (serv->nickservtype == 4) /* QuakeNet needs to do everything in its own ways... */
{
irc_nickserv (serv, NULL, serv->nick, pass, NULL);
irc_nickserv (serv, "", serv->nick, pass, "");
}
else
{