X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fcommands.cpp;h=35aada548955469b9104fbb8318f3e25938b47f0;hb=98ef89c392a63bb7a78df5e8d8283c848f9dd2af;hp=fda1a1734a4bf99d4f3fa1442e9167947534226d;hpb=8790551dc182cd8804ee7d8ef89ccb31067cc2a4;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/commands.cpp b/src/commands.cpp index fda1a1734..35aada548 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -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&, FakeUser*) { return CMD_INVALID; } -