mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-23 01:32:22 -05: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);
|
gtk_list_store_clear (store);
|
||||||
|
|
||||||
handle_command (sess, "ban", FALSE);
|
handle_command (sess, "ban", FALSE);
|
||||||
#ifdef WIN32
|
|
||||||
if (0)
|
|
||||||
#else
|
|
||||||
if (supports_exempt (sess->server))
|
if (supports_exempt (sess->server))
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
snprintf (tbuf, sizeof (tbuf), "quote mode %s +e", sess->channel);
|
snprintf (tbuf, sizeof (tbuf), "quote mode %s +e", sess->channel);
|
||||||
handle_command (sess, tbuf, FALSE);
|
handle_command (sess, tbuf, FALSE);
|
||||||
|
Loading…
Reference in New Issue
Block a user