]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_admin.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_admin.c
index 5e051a4da81f6ef03af6ce19a0f522b489358c54..9b0bf8d7d2d7d362817c7e2822b5825c7cc02b36 100644 (file)
@@ -60,7 +60,6 @@ DECLARE_MODULE_AV1(admin, NULL, NULL, admin_clist, admin_hlist, NULL, "$Revision
 
 /*
  * mr_admin - ADMIN command handler
- *      parv[0] = sender prefix   
  *      parv[1] = servername   
  */
 static int
@@ -86,7 +85,6 @@ mr_admin(struct Client *client_p, struct Client *source_p, int parc, const char
 
 /*
  * m_admin - ADMIN command handler
- *      parv[0] = sender prefix
  *      parv[1] = servername
  */
 static int
@@ -117,7 +115,6 @@ m_admin(struct Client *client_p, struct Client *source_p, int parc, const char *
 
 /*
  * ms_admin - ADMIN command handler, used for OPERS as well
- *      parv[0] = sender prefix
  *      parv[1] = servername
  */
 static int