diff options
Diffstat (limited to 'src/modules/m_deaf.cpp')
| -rw-r--r-- | src/modules/m_deaf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_deaf.cpp b/src/modules/m_deaf.cpp index 5c4f7b2b6..aaca6c049 100644 --- a/src/modules/m_deaf.cpp +++ b/src/modules/m_deaf.cpp @@ -76,7 +76,7 @@ class ModuleDeaf : public Module if (!deaf_bypasschars_uline.empty() && is_bypasschar) return MOD_RES_PASSTHRU; - const UserMembList& ulist = chan->GetUsers(); + const Channel::MemberMap& ulist = chan->GetUsers(); for (UserMembCIter i = ulist.begin(); i != ulist.end(); ++i) { /* not +d ? */ |
