mirror of
https://github.com/anope/anope.git
synced 2026-07-09 22:03:12 +02:00
Made IRCDProto a Service
This commit is contained in:
+2
-2
@@ -18,12 +18,12 @@
|
||||
#include "service.h"
|
||||
|
||||
/* Encapsultes the IRCd protocol we are speaking. */
|
||||
class CoreExport IRCDProto
|
||||
class CoreExport IRCDProto : public Service
|
||||
{
|
||||
Anope::string proto_name;
|
||||
|
||||
protected:
|
||||
IRCDProto(const Anope::string &proto_name);
|
||||
IRCDProto(Module *creator, const Anope::string &proto_name);
|
||||
public:
|
||||
virtual ~IRCDProto();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user