diff options
Diffstat (limited to 'include/commands.h')
-rw-r--r-- | include/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index a9046d4d1..53f80fd73 100644 --- a/include/commands.h +++ b/include/commands.h @@ -57,6 +57,11 @@ void handle_links(char **parameters, int pcnt, userrec *user); void handle_map(char **parameters, int pcnt, userrec *user); void handle_oper(char **parameters, int pcnt, userrec *user); void handle_nick(char **parameters, int pcnt, userrec *user); +void handle_kline(char **parameters, int pcnt, userrec *user); +void handle_gline(char **parameters, int pcnt, userrec *user); +void handle_zline(char **parameters, int pcnt, userrec *user); +void handle_qline(char **parameters, int pcnt, userrec *user); + /** Special functions for processing server to server traffic */ |