diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 02:34:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-24 02:34:33 +0000 |
commit | 66f0cd6469d2643858c2fcd14726d362696bd68d (patch) | |
tree | 8c3743570ae0a16431fb8f6713023c73e21f1e2f /docs/man/man3/commands.h.3 | |
parent | 609873a2abf96a67b29eec1b37cc81c31857376b (diff) |
New methods, new docs
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1484 e03df62e-2008-0410-955e-edbf42e46eb7
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 c13b7bd21..5b95d45a8 100644 --- a/docs/man/man3/commands.h.3 +++ b/docs/man/man3/commands.h.3 @@ -1,4 +1,4 @@ -.TH "commands.h" 3 "15 May 2005" "InspIRCd" \" -*- nroff -*- +.TH "commands.h" 3 "24 May 2005" "InspIRCd" \" -*- nroff -*- .ad l .nh .SH NAME @@ -178,6 +178,9 @@ commands.h \- .RI "void \fBhandle_unloadmodule\fP (char **parameters, int pcnt, \fBuserrec\fP *user)" .br .ti -1c +.RI "void \fBhandle_commands\fP (char **parameters, int pcnt, \fBuserrec\fP *user)" +.br +.ti -1c .RI "void \fBhandle_link_packet\fP (char *tcp_msg, char *tcp_host, \fBserverrec\fP *serv, char *tcp_sum)" .br .RI "\fISpecial functions for processing server to server traffic. \fP" @@ -278,6 +281,8 @@ These are the handlers for server commands (tokens). .PP .SS "void handle_b (char token, char * params, \fBserverrec\fP * source, \fBserverrec\fP * reply, char * tcp_host, char * tcp_sum)" .PP +.SS "void handle_commands (char ** parameters, int pcnt, \fBuserrec\fP * user)" +.PP .SS "void handle_connect (char ** parameters, int pcnt, \fBuserrec\fP * user)" .PP .SS "void handle_die (char ** parameters, int pcnt, \fBuserrec\fP * user)" |