]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_lusers.c
Add helpfiles for all extensions that provide commands.
[irc/rqf/shadowircd.git] / modules / m_lusers.c
index 58dfdeedd61f9c0b93614b09cf562b279f5b9113..1a3bd355d6c9f367669e2216c9a9e6a584c63668 100644 (file)
@@ -49,7 +49,6 @@ DECLARE_MODULE_AV1(lusers, NULL, NULL, lusers_clist, NULL, NULL, "$Revision: 254
 
 /*
  * m_lusers - LUSERS message handler
- * parv[0] = sender
  * parv[1] = host/server mask.
  * parv[2] = server to query
  * 
@@ -85,7 +84,6 @@ m_lusers(struct Client *client_p, struct Client *source_p, int parc, const char
 
 /*
  * ms_lusers - LUSERS message handler for servers and opers
- * parv[0] = sender
  * parv[1] = host/server mask.
  * parv[2] = server to query
  *