From 56917208cd41b720b96d052b0b2f353b8a89b29f Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 8 Jul 2006 16:46:05 +0000 Subject: Add cmode +v - that's all the RFC channel modes done now git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4172 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modes/cmode_v.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/modes/cmode_v.h (limited to 'include/modes') diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h new file mode 100644 index 000000000..8cf1ad994 --- /dev/null +++ b/include/modes/cmode_v.h @@ -0,0 +1,13 @@ +#include "mode.h" +#include "channels.h" + +class ModeChannelVoice : public ModeHandler +{ + private: + public: + ModeChannelVoice(); + ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding); + std::string AddVoice(userrec *user,const char *dest,chanrec *chan,int status); + std::string DelVoice(userrec *user,const char *dest,chanrec *chan,int status); +}; + -- cgit v1.2.3