diff options
Diffstat (limited to 'modules/protocol/charybdis.cpp')
-rw-r--r-- | modules/protocol/charybdis.cpp | 8 |
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()) |