diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index ad6274754..bc0cc42ec 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1212,6 +1212,7 @@ E void anope_cmd_part(char *nick, char *chan, const char *fmt, ...); /* P E void anope_cmd_pass(char *pass); /* PASS */ E void anope_cmd_pong(char *servname, char *who); /* PONG */ E void anope_cmd_privmsg(char *source, char *dest, const char *fmt, ...); /* PRIVMSG */ +E void anope_cmd_action(char *source, char *dest, const char *fmt, ...); /* PRIVMSG */ E void anope_cmd_privmsg2(char *source, char *dest, char *msg); /* PRIVMSG */ E void anope_cmd_serv_privmsg(char *source, char *dest, char *msg); /* PRIVMSG */ E void anope_cmd_protoctl(); /* PROTOCTL */ |