diff options
| author | 2014-02-14 12:00:06 +0100 | |
|---|---|---|
| committer | 2014-02-14 12:00:06 +0100 | |
| commit | 51b5f06c48b98a256eb56ea5f7e4d5d170555e84 (patch) | |
| tree | ccc93b4b9fc7c273f7ddfb9c44b6ddc1dec2e91a /src/modules/m_hideoper.cpp | |
| parent | Remove support for advertising the SSL ports in RPL_ISUPPORT. (diff) | |
Return a Membership* from get_first_visible_channel() in cmd_who and pass that to modules
Diffstat (limited to 'src/modules/m_hideoper.cpp')
| -rw-r--r-- | src/modules/m_hideoper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_hideoper.cpp b/src/modules/m_hideoper.cpp index de4a27cae..d3c2bf444 100644 --- a/src/modules/m_hideoper.cpp +++ b/src/modules/m_hideoper.cpp @@ -63,7 +63,7 @@ class ModuleHideOper : public Module return MOD_RES_PASSTHRU; } - void OnSendWhoLine(User* source, const std::vector<std::string>& params, User* user, Channel* chan, std::string& line) CXX11_OVERRIDE + void OnSendWhoLine(User* source, const std::vector<std::string>& params, User* user, Membership* memb, std::string& line) CXX11_OVERRIDE { if (user->IsModeSet(hm) && !source->HasPrivPermission("users/auspex")) { |
