Don't make assumptions about the function being called
This commit is contained in:
parent
ba78c0527f
commit
863ff811e6
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user