degesch: fix trivial user command handlers
This commit is contained in:
		@@ -6601,9 +6601,9 @@ CHANMODE_HANDLER (voice,   true,  'v')  CHANMODE_HANDLER (devoice, false, 'v')
 | 
			
		||||
	{                                                                          \
 | 
			
		||||
		(void) ctx;                                                            \
 | 
			
		||||
		if (*a->arguments)                                                     \
 | 
			
		||||
			irc_send (a->s, #command " %s", a->arguments);                     \
 | 
			
		||||
			irc_send (a->s, command " %s", a->arguments);                      \
 | 
			
		||||
		else                                                                   \
 | 
			
		||||
			irc_send (a->s, #command);                                         \
 | 
			
		||||
			irc_send (a->s, command);                                          \
 | 
			
		||||
		return true;                                                           \
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user