diff options
author | Attila Molnar <attilamolnar@hush.com> | 2016-03-30 12:38:36 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2016-03-30 12:38:36 +0200 |
commit | 804d58e2001f04786d2594f046d591b664235642 (patch) | |
tree | 0a13486452db3a9f83f5be626a85bcf29c7fb6e6 /include | |
parent | f67aba687bb425ee8d2c810e00665a5bccf77af2 (diff) |
Remove ProtocolInterface::PushToClient()
Diffstat (limited to 'include')
-rw-r--r-- | include/protocol.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/protocol.h b/include/protocol.h index 2b1ffb753..b3f209a82 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -110,12 +110,6 @@ class CoreExport ProtocolInterface */ virtual void SendSNONotice(char snomask, const std::string& text) { } - /** Send raw data to a remote client. - * @param target The user to push data to. - * @param rawline The raw IRC protocol line to deliver (":me NOTICE you :foo", whatever). - */ - virtual void PushToClient(User* target, const std::string &rawline) { } - /** Send a message to a channel. * @param target The channel to message. * @param status The status character (e.g. %) required to recieve. |