]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_time.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_time.c
index 19a83225dc5a030f0e2513e0e05533b452429916..81031ddc286245dc3208fb037a1b1b5a0aeaa19c 100644 (file)
@@ -35,7 +35,6 @@
 #include "parse.h"
 #include "modules.h"
 #include "packet.h"
-#include "sprintf_irc.h"
 
 static int m_time(struct Client *, struct Client *, int, const char **);
 static char *date(void);
@@ -61,7 +60,6 @@ static const char *weekdays[] = {
 
 /*
  * m_time
- *      parv[0] = sender prefix
  *      parv[1] = servername
  */
 static int