summaryrefslogtreecommitdiff
path: root/modules/protocol/plexus.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-09-03 01:10:12 -0400
committerAdam <Adam@anope.org>2011-09-10 02:06:29 -0400
commit1478b5bbd7ecc99c3ceefc0396845ebb0608d331 (patch)
tree24783150322c7774643e22f4b3074764dab0736e /modules/protocol/plexus.cpp
parent19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (diff)
Added chanserv/log
Diffstat (limited to 'modules/protocol/plexus.cpp')
-rw-r--r--modules/protocol/plexus.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/protocol/plexus.cpp b/modules/protocol/plexus.cpp
index 8bc3e21b9..f31bfea6a 100644
--- a/modules/protocol/plexus.cpp
+++ b/modules/protocol/plexus.cpp
@@ -216,11 +216,6 @@ class PlexusProto : public IRCDProto
send_cmd(bi->GetUID(), "KICK %s %s", chan->name.c_str(), user->GetUID().c_str());
}
- void SendNoticeChanopsInternal(const BotInfo *source, const Channel *dest, const Anope::string &buf)
- {
- send_cmd("", "NOTICE @%s :%s", dest->name.c_str(), buf.c_str());
- }
-
/* INVITE */
void SendInvite(BotInfo *source, const Anope::string &chan, const Anope::string &nick)
{