mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Get rid of some hardcoded network recognition
This commit is contained in:
@@ -817,9 +817,7 @@ inbound_005 (server * serv, char *word[])
|
||||
}
|
||||
|
||||
/* use /NICKSERV */
|
||||
if (g_ascii_strcasecmp (word[w] + 8, "RusNet") == 0)
|
||||
serv->nickservtype = 1;
|
||||
else if (g_ascii_strcasecmp (word[w] + 8, "UniBG") == 0)
|
||||
if (g_ascii_strcasecmp (word[w] + 8, "UniBG") == 0)
|
||||
serv->nickservtype = 3;
|
||||
else if (g_ascii_strcasecmp (word[w] + 8, "QuakeNet") == 0)
|
||||
serv->nickservtype = 4;
|
||||
|
||||
Reference in New Issue
Block a user