From 89fc6ca9c66198fe54cce19d59279cd454fc1bd0 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 4 Apr 2008 15:06:32 +0000 Subject: Remote server PRIVMSG/NOTICE to nickname support git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9314 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/protocol.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/protocol.h') diff --git a/include/protocol.h b/include/protocol.h index 6f9cf8022..9ceb438a1 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -58,6 +58,10 @@ class ProtocolInterface : public Extensible virtual void SendChannelPrivmsg(Channel* target, char status, const std::string &text) { } virtual void SendChannelNotice(Channel* target, char status, const std::string &text) { } + + virtual void SendUserPrivmsg(User* target, const std::string &text) { } + + virtual void SendUserNotice(User* target, const std::string &text) { } }; #endif -- cgit v1.2.3