summary refs log tree commit diff stats
path: root/src/common
diff options
context:
space:
mode:
authorTingPing <TingPing@users.noreply.github.com>2014-06-03 10:02:19 -0400
committerTingPing <TingPing@users.noreply.github.com>2014-06-03 10:02:19 -0400
commit518669de8089cf5531865d07167885a3183efa44 (patch)
treee909e7a6a9c31885d814e78ae336319021eee3ea /src/common
parent8538dd1a49bc213681d58f0f0c0e3a4bcf732666 (diff)
Remove random ifndef WIN32
I never found a reason for it existing, but it also never affected much anyway.
Diffstat (limited to 'src/common')
-rw-r--r--src/common/modes.c2
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 */