]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/commands.h
Updated header comments
[user/henk/code/inspircd.git] / include / commands.h
index 53f80fd73110c8f3cd2cadcc8d8eae6aaca13298..f1c383e083c0cb042835927091a30e5b9b01ce37 100644 (file)
@@ -1,3 +1,19 @@
+/*       +------------------------------------+
+ *       | Inspire Internet Relay Chat Daemon |
+ *       +------------------------------------+
+ *
+ *  Inspire is copyright (C) 2002-2004 ChatSpike-Dev.
+ *                       E-mail:
+ *                <brain@chatspike.net>
+ *               <Craig@chatspike.net>
+ *     
+ * Written by Craig Edwards, Craig McLure, and others.
+ * This program is free but copyrighted software; see
+ *            the file COPYING for details.
+ *
+ * ---------------------------------------------------
+ */
+
 #ifndef __COMMANDS_H
 #define __COMMANDS_H
 
@@ -61,7 +77,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
  */