remove odd ifdef

This commit is contained in:
berkeviktor@aol.com 2011-07-27 23:13:07 +02:00
parent 34fcd49d8e
commit 7061c055f1
1 changed files with 1 additions and 4 deletions

View File

@ -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);