From becf84ee2080b6167e0106ed0257c84bac22276d Mon Sep 17 00:00:00 2001 From: rburchell Date: Fri, 21 Nov 2008 17:58:09 +0000 Subject: Don't send OPERTYPE for Services pseudoclients, this should not cause problems as services are remote users, and should gain less spam on services connecting, and no need to fiddle with /lusers counts. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1780 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/inspircd12.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/protocol/inspircd12.cpp b/src/protocol/inspircd12.cpp index 797a25976..33a36a19a 100644 --- a/src/protocol/inspircd12.cpp +++ b/src/protocol/inspircd12.cpp @@ -542,7 +542,6 @@ class InspIRCdProto : public IRCDProto void SendClientIntroduction(const char *nick, const char *user, const char *host, const char *real, const char *modes, const char *uid) { send_cmd(ServerName, "UID %s %ld %s %s %s %s 0.0.0.0 %ld +%s :%s", uid, static_cast(time(NULL)), nick, host, host, user, static_cast(time(NULL)), modes, real); - send_cmd(nick, "OPERTYPE Service"); } void SendKickInternal(BotInfo *source, const char *chan, const char *user, const char *buf) -- cgit