From e466091fd02baffb9ddf66a93a70495302614b85 Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 1 May 2004 21:53:38 +0000 Subject: Added stub to handle SERVER command git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@774 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/commands.h') 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 */ -- cgit v1.2.3