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/unreal.cpp | |
parent | 19e0b87aa1f41c3aabf6afc87ecdc8517dd47af0 (diff) |
Added chanserv/log
Diffstat (limited to 'modules/protocol/unreal.cpp')
-rw-r--r-- | modules/protocol/unreal.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/protocol/unreal.cpp b/modules/protocol/unreal.cpp index cbb23dcc5..cb6ec2091 100644 --- a/modules/protocol/unreal.cpp +++ b/modules/protocol/unreal.cpp @@ -154,13 +154,6 @@ class UnrealIRCdProto : public IRCDProto send_cmd(source->nick, "H %s %s", chan->name.c_str(), user->nick.c_str()); } - void SendNoticeChanopsInternal(const BotInfo *source, const Channel *dest, const Anope::string &buf) - { - if (buf.empty()) - return; - send_cmd(source->nick, "B @%s :%s", dest->name.c_str(), buf.c_str()); - } - /* SERVER name hop descript */ /* Unreal 3.2 actually sends some info about itself in the descript area */ void SendServer(const Server *server) |