]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands.cpp
Change all socketengine methods to be static
[user/henk/code/inspircd.git] / src / commands.cpp
index fda1a1734a4bf99d4f3fa1442e9167947534226d..35aada548955469b9104fbb8318f3e25938b47f0 100644 (file)
@@ -21,8 +21,6 @@
  */
 
 
-/* $Core */
-
 #include "inspircd.h"
 #include "xline.h"
 #include "command_parse.h"
@@ -145,4 +143,3 @@ CmdResult SplitCommand::HandleServer(const std::vector<std::string>&, FakeUser*)
 {
        return CMD_INVALID;
 }
-