mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-24 06:20:19 +00:00
Don't make assumptions about the function being called
This commit is contained in:
@@ -89,7 +89,7 @@ irc_ns_identify (server *serv, char *pass)
|
|||||||
{
|
{
|
||||||
if (serv->nickservtype == 4) /* QuakeNet needs to do everything in its own ways... */
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user