remove odd ifdef
This commit is contained in:
		
							parent
							
								
									34fcd49d8e
								
							
						
					
					
						commit
						7061c055f1
					
				
					 1 changed files with 1 additions and 4 deletions
				
			
		| 
						 | 
					@ -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…
	
	Add table
		
		Reference in a new issue