]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/example_module.c
strip_colour(): strip ASCII 29 (mIRC 7 italics).
[irc/rqf/shadowircd.git] / extensions / example_module.c
index 526fba3cebb9cee56503eef958b473078c62d0bc..5fcfa171ab64a6ccdf88e780baab419f0ff7660d 100644 (file)
@@ -16,7 +16,6 @@
  *   along with this program; if not, write to the Free Software
  *   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   $Id: example_module.c 3161 2007-01-25 07:23:01Z nenolod $
  */
 
 /* List of ircd includes from ../include/ */
@@ -151,7 +150,6 @@ DECLARE_MODULE_AV1(
 
 /*
  * mr_test
- *      parv[0] = sender prefix
  *      parv[1] = parameter
  */
 
@@ -178,7 +176,6 @@ munreg_test(struct Client *client_p, struct Client *source_p, int parc, const ch
 
 /*
  * mclient_test
- *      parv[0] = sender prefix
  *      parv[1] = parameter
  */
 static int
@@ -201,7 +198,6 @@ mclient_test(struct Client *client_p, struct Client *source_p, int parc, const c
 
 /*
  * mrclient_test
- *      parv[0] = sender prefix
  *      parv[1] = parameter
  */
 static int
@@ -220,7 +216,6 @@ mrclient_test(struct Client *client_p, struct Client *source_p, int parc, const
 
 /*
  * mserver_test
- *      parv[0] = sender prefix
  *      parv[1] = parameter
  */
 static int
@@ -239,7 +234,6 @@ mserver_test(struct Client *client_p, struct Client *source_p, int parc, const c
 
 /*
  * moper_test
- *      parv[0] = sender prefix
  *      parv[1] = parameter
  */
 static int