aboutsummaryrefslogtreecommitdiff
path: root/degesch.c
diff options
context:
space:
mode:
Diffstat (limited to 'degesch.c')
-rw-r--r--degesch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/degesch.c b/degesch.c
index 8345ff0..1671038 100644
--- a/degesch.c
+++ b/degesch.c
@@ -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; \
}