summaryrefslogtreecommitdiff
path: root/include/modes/cmode_v.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/modes/cmode_v.h')
-rw-r--r--include/modes/cmode_v.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/modes/cmode_v.h b/include/modes/cmode_v.h
index 75420a6d5..e6666311d 100644
--- a/include/modes/cmode_v.h
+++ b/include/modes/cmode_v.h
@@ -23,12 +23,12 @@ class ModeChannelVoice : public ModeHandler
private:
public:
ModeChannelVoice(InspIRCd* Instance);
- ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string &parameter, 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);
- ModePair ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string &parameter);
+ ModeAction OnModeChange(User* source, User* dest, Channel* channel, std::string &parameter, bool adding);
+ std::string AddVoice(User *user,const char *dest,Channel *chan,int status);
+ std::string DelVoice(User *user,const char *dest,Channel *chan,int status);
+ ModePair ModeSet(User* source, User* dest, Channel* channel, const std::string &parameter);
unsigned int GetPrefixRank();
- void RemoveMode(userrec* user);
- void RemoveMode(chanrec* channel);
+ void RemoveMode(User* user);
+ void RemoveMode(Channel* channel);
};