diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/protocol.h b/include/protocol.h index 86c1528b4..e2bee5317 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -17,7 +17,8 @@ #include "modes.h" /* Encapsulates the IRCd protocol we are speaking. */ -class CoreExport IRCDProto : public Service +class CoreExport IRCDProto + : public Service { Anope::string proto_name; @@ -268,7 +269,8 @@ enum IRCDMessageFlag IRCDMESSAGE_REQUIRE_USER }; -class CoreExport IRCDMessage : public Service +class CoreExport IRCDMessage + : public Service { Anope::string name; unsigned param_count; |