]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-op.h
When sending an error use the IRC_WriteErrClient() variant
[ngircd-alex.git] / src / ngircd / irc-op.h
index 1b551012fbf93555d16b3215dea02de3fdc18d46..f7ee450b193c379eb098bfbbfd21d05c0ec2cc9f 100644 (file)
@@ -7,15 +7,15 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * $Id: irc-op.h,v 1.4 2005/03/19 18:43:48 fw Exp $
- *
- * Channel operator commands (header)
  */
 
 #ifndef __irc_op_h__
 #define __irc_op_h__
 
+/**
+ * @file
+ * Channel operator commands (header)
+ */
 
 GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req ));
 GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req ));