diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 21:53:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-01 21:53:38 +0000 |
commit | e466091fd02baffb9ddf66a93a70495302614b85 (patch) | |
tree | 4ceb314e87b1fea8953636d0dc65f5b47181dc47 /include | |
parent | fb5b2a985e91ffb9ab49b30b74f20778ddabe1a9 (diff) |
Added stub to handle SERVER command
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@774 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/commands.h b/include/commands.h index 53f80fd73..cb339377c 100644 --- a/include/commands.h +++ b/include/commands.h @@ -61,7 +61,7 @@ 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); - +void handle_server(char **parameters, int pcnt, userrec *user); /** Special functions for processing server to server traffic */ |