mirror of
https://github.com/moparisthebest/hexchat
synced 2024-12-21 23:28:51 -05:00
Remove random ifndef WIN32
I never found a reason for it existing, but it also never affected much anyway.
This commit is contained in:
parent
8538dd1a49
commit
518669de80
@ -861,9 +861,7 @@ inbound_005 (server * serv, char *word[], const message_tags_data *tags_data)
|
||||
serv->have_whox = TRUE;
|
||||
} else if (strcmp (word[w], "EXCEPTS") == 0)
|
||||
{
|
||||
#ifndef WIN32
|
||||
serv->have_except = TRUE;
|
||||
#endif
|
||||
} else if (strcmp (word[w], "INVEX") == 0)
|
||||
{
|
||||
/* supports mode letter +I, default channel invite */
|
||||
|
Loading…
Reference in New Issue
Block a user