1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-22 15:48:52 -05:00

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

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
{