diff options
author | TingPing <TingPing@users.noreply.github.com> | 2014-06-03 10:02:19 -0400 |
---|---|---|
committer | TingPing <TingPing@users.noreply.github.com> | 2014-06-03 10:02:19 -0400 |
commit | 518669de8089cf5531865d07167885a3183efa44 (patch) | |
tree | e909e7a6a9c31885d814e78ae336319021eee3ea | |
parent | 8538dd1a49bc213681d58f0f0c0e3a4bcf732666 (diff) |
Remove random ifndef WIN32
I never found a reason for it existing, but it also never affected much anyway.
-rw-r--r-- | src/common/modes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/modes.c b/src/common/modes.c index 416805c3..b7cd471f 100644 --- a/src/common/modes.c +++ b/src/common/modes.c @@ -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 */ |