]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_capab.c
Add umode +R to doc/services.txt.
[irc/rqf/shadowircd.git] / modules / m_capab.c
index 58901fb8df222be0a4ae6bb0c3dfc4a778c7362a..3e7de45d7c2e87214ba2f45a9f87e04acf7c7a5d 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "stdinc.h"
 #include "client.h"
-#include "irc_string.h"
+#include "match.h"
 #include "s_serv.h"
 #include "s_conf.h"
 #include "msg.h"
@@ -50,7 +50,6 @@ DECLARE_MODULE_AV1(capab, NULL, NULL, capab_clist, NULL, NULL, "$Revision: 1295
 
 /*
  * mr_capab - CAPAB message handler
- *      parv[0] = sender prefix
  *      parv[1] = space-separated list of capabilities
  *
  */