]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/core/m_mode.c
Do not penalize for spambot checks if creating a new channel.
[irc/rqf/shadowircd.git] / modules / core / m_mode.c
index 72f547a96ee2e5bc4badd525b7d9fdd5d949d483..42df7ed2b8a0ebb75496b56e7eb8372c5342b7d6 100644 (file)
@@ -28,7 +28,7 @@
 #include "channel.h"
 #include "client.h"
 #include "hash.h"
-#include "irc_string.h"
+#include "match.h"
 #include "ircd.h"
 #include "numeric.h"
 #include "s_user.h"
@@ -40,7 +40,6 @@
 #include "parse.h"
 #include "modules.h"
 #include "packet.h"
-#include "sprintf_irc.h"
 #include "s_newconf.h"
 
 static int m_mode(struct Client *, struct Client *, int, const char **);
@@ -67,7 +66,6 @@ DECLARE_MODULE_AV1(mode, NULL, NULL, mode_clist, NULL, NULL, "$Revision: 1006 $"
 
 /*
  * m_mode - MODE command handler
- * parv[0] - sender
  * parv[1] - channel
  */
 static int