aboutsummaryrefslogtreecommitdiffstats
path: root/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index a881499a..38572360 100644
--- a/commands.h
+++ b/commands.h
@@ -32,7 +32,7 @@ typedef struct command
{
char *command;
int required_parameters;
- int (*execute)(irc_t *, char **args);
+ void (*execute)(irc_t *, char **args);
int flags;
} command_t;