diff options
| author | 2009-09-02 00:44:15 +0000 | |
|---|---|---|
| committer | 2009-09-02 00:44:15 +0000 | |
| commit | 5abd3b1cc5fba26486d71c6a415fae797388ddf3 (patch) | |
| tree | c863c777b37939059ce7b98f37aba82df7299f30 /src/modules/m_auditorium.cpp | |
| parent | Use CheckTimeStamp to merge modes on netburst (diff) | |
Add "created" parameter to OnUserJoin, to avoid explicit checks for +P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11597 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_auditorium.cpp')
| -rw-r--r-- | src/modules/m_auditorium.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index 19b37e245..8da062593 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -113,7 +113,7 @@ class ModuleAuditorium : public Module } } - virtual void OnUserJoin(User* user, Channel* channel, bool sync, bool &silent) + virtual void OnUserJoin(User* user, Channel* channel, bool sync, bool &silent, bool created) { if (channel->IsModeSet('u')) { |
