From 863ff811e6275ad9177c5d55515e76fe1e802686 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 3 May 2013 18:12:36 +0200 Subject: [PATCH] Don't make assumptions about the function being called --- src/common/proto-irc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index fc7323aa..984f7f20 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -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 {