]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/cmd_pong.cpp
Add m_cycle: server-side equivilant of /hop, except it overrides +ilk. For the curiou...
[user/henk/code/inspircd.git] / src / cmd_pong.cpp
index fee5f1d48fb1a96961a7c617ac4dd9ff3f786ae7..c89542240f15ca9905ecd1db4c55a96a6189e130 100644 (file)
  * ---------------------------------------------------
  */
 
+#include "inspircd.h"
 #include "users.h"
 #include "commands/cmd_pong.h"
 
-
-
 extern "C" DllExport command_t* init_command(InspIRCd* Instance)
 {
        return new cmd_pong(Instance);