summaryrefslogtreecommitdiff
path: root/modules/protocol/charybdis.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-04-08 23:58:00 -0500
committerAdam <Adam@anope.org>2013-04-09 00:00:52 -0500
commit325b018ed0f39e21adad68d8d9223d505bef12f8 (patch)
tree1346d34fb4d685e8ffd2fa02670f9df0986eef1a /modules/protocol/charybdis.cpp
parent0a3d27a91f826db7c3bb639901450a5b00c80b64 (diff)
Add a default method for user's SendModeInternal
Diffstat (limited to 'modules/protocol/charybdis.cpp')
-rw-r--r--modules/protocol/charybdis.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/modules/protocol/charybdis.cpp b/modules/protocol/charybdis.cpp
index e91478c7f..07acda4f2 100644
--- a/modules/protocol/charybdis.cpp
+++ b/modules/protocol/charybdis.cpp
@@ -109,14 +109,6 @@ class CharybdisProto : public IRCDProto
UplinkSocket::Message(Me) << "EUID " << u->nick << " 1 " << u->timestamp << " " << modes << " " << u->GetIdent() << " " << u->host << " 0 " << u->GetUID() << " * * :" << u->realname;
}
- void SendModeInternal(const BotInfo *bi, const User *u, const Anope::string &buf) anope_override
- {
- if (bi)
- UplinkSocket::Message(bi) << "MODE " << u->GetUID() << " " << buf;
- else
- UplinkSocket::Message(Me) << "MODE " << u->GetUID() << " " << buf;
- }
-
void SendLogin(User *u) anope_override
{
if (!u->Account())