]> 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 a9046d4d12fd4d50b936e253ba7d9c8ae5c2dfb6..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
 
@@ -57,6 +73,11 @@ void handle_links(char **parameters, int pcnt, userrec *user);
 void handle_map(char **parameters, int pcnt, userrec *user);
 void handle_oper(char **parameters, int pcnt, userrec *user);
 void handle_nick(char **parameters, int pcnt, userrec *user);
+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
  */