diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 23:13:07 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-07-27 23:13:07 +0200 |
commit | 7061c055f1eb466484c7a2a561ceda5f177d203b (patch) | |
tree | ca709e5035e45c65fcdbad831574aac0600c8976 /src | |
parent | 34fcd49d8ebbc89a2321723ceac34630fa7d36e2 (diff) |
remove odd ifdef
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/banlist.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/fe-gtk/banlist.c b/src/fe-gtk/banlist.c index f587a0c0..a714d186 100644 --- a/src/fe-gtk/banlist.c +++ b/src/fe-gtk/banlist.c @@ -133,11 +133,8 @@ banlist_do_refresh (struct session *sess) gtk_list_store_clear (store); handle_command (sess, "ban", FALSE); -#ifdef WIN32 - if (0) -#else + if (supports_exempt (sess->server)) -#endif { snprintf (tbuf, sizeof (tbuf), "quote mode %s +e", sess->channel); handle_command (sess, tbuf, FALSE); |