mirror of
https://github.com/anope/anope.git
synced 2026-07-08 15:43:12 +02:00
Removed Service class, if we need something like it later we can add it back, but for now it's just an extra class without a purpose.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1822 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1240,23 +1240,6 @@ struct capabinfo_ {
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
class CoreExport Service : public BotInfo
|
||||
{
|
||||
public:
|
||||
/** Create a new Services pseudo-client
|
||||
* @param nick The nickname to assign to the pseudo-client.
|
||||
* @param user The ident to assign to the pseudo-client.
|
||||
* @param host The hostname to assign to the pseudo-client.
|
||||
* @param real The realname to assign to the pseudo-client.
|
||||
*/
|
||||
Service(const char *nick, const char *user, const char *host, const char *real);
|
||||
/** Destroy a pseudo-client, cleaning up appropriately.
|
||||
*/
|
||||
virtual ~Service();
|
||||
};
|
||||
|
||||
/*************************************************************************/
|
||||
|
||||
/*
|
||||
* Forward declaration reqired, because the base IRCDProto class uses some crap from in here.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user