diff options
author | Adam <Adam@anope.org> | 2011-09-03 01:10:12 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-09-10 02:06:29 -0400 |
commit | 1478b5bbd7ecc99c3ceefc0396845ebb0608d331 (patch) | |
tree | 24783150322c7774643e22f4b3074764dab0736e /modules/protocol/ratbox.cpp | |
parent | 19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (diff) |
Added chanserv/log
Diffstat (limited to 'modules/protocol/ratbox.cpp')
-rw-r--r-- | modules/protocol/ratbox.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/protocol/ratbox.cpp b/modules/protocol/ratbox.cpp index d4208760e..957564890 100644 --- a/modules/protocol/ratbox.cpp +++ b/modules/protocol/ratbox.cpp @@ -200,11 +200,6 @@ class RatboxProto : 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) { |