mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
remove odd ifdef
This commit is contained in:
parent
34fcd49d8e
commit
7061c055f1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user