diff options
Diffstat (limited to 'docs/man/man3/commands.h.3')
-rw-r--r-- | docs/man/man3/commands.h.3 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/man/man3/commands.h.3 b/docs/man/man3/commands.h.3 index 064913891..1862a08e6 100644 --- a/docs/man/man3/commands.h.3 +++ b/docs/man/man3/commands.h.3 @@ -1,4 +1,4 @@ -.TH "commands.h" 3 "2 Apr 2005" "InspIRCd" \" -*- nroff -*- +.TH "commands.h" 3 "4 Apr 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -166,6 +166,9 @@ commands.h \- .RI "void \fBhandle_qline\fP (char **parameters, int pcnt, \fBuserrec\fP *user)" .br .ti -1c +.RI "void \fBhandle_eline\fP (char **parameters, int pcnt, \fBuserrec\fP *user)" +.br +.ti -1c .RI "void \fBhandle_server\fP (char **parameters, int pcnt, \fBuserrec\fP *user)" .br .ti -1c @@ -268,6 +271,8 @@ These are the handlers for server commands (tokens). .PP .SS "void handle_dollar (char token, char * params, \fBserverrec\fP * source, \fBserverrec\fP * reply, char * tcp_host)" .PP +.SS "void handle_eline (char ** parameters, int pcnt, \fBuserrec\fP * user)" +.PP .SS "void handle_F (char token, char * params, \fBserverrec\fP * source, \fBserverrec\fP * reply, char * tcp_host)" .PP .SS "void handle_gline (char ** parameters, int pcnt, \fBuserrec\fP * user)" |