]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_invisible.cpp
and a little tweak to remote MOTD too.
[user/henk/code/inspircd.git] / src / modules / m_invisible.cpp
index 30a20f2ed4967f1bb8f636d8b1b2363b67affd92..96bc705b33c82cad3720b64f20ae9edea8613955 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "inspircd.h"
-#include "stdarg.h"
+#include <stdarg.h>
 
 /* $ModDesc: Allows for opered clients to join channels without being seen, similar to unreal 3.1 +I mode */