diff options
Diffstat (limited to 'include/mode.h')
-rw-r--r-- | include/mode.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mode.h b/include/mode.h index 76389c6a4..ce1c085ac 100644 --- a/include/mode.h +++ b/include/mode.h @@ -181,6 +181,8 @@ class ModeHandler : public Extensible * @return True if the other side wins the merge, false if we win the merge for this mode. */ virtual bool CheckTimeStamp(time_t theirs, time_t ours, const std::string &their_param, const std::string &our_param, chanrec* channel); + + virtual std::pair<bool,std::string> ModeSet(userrec* source, userrec* dest, chanrec* channel, const std::string ¶meter); }; /** |