diff options
| author | 2017-10-18 03:40:31 +0100 | |
|---|---|---|
| committer | 2017-11-06 10:55:56 +0000 | |
| commit | 257bf752fc6b87fa35bfa8cf95fc37730c3d55c6 (patch) | |
| tree | 1e12e5a40587abc20ce5cc718f189fd753f4a9a7 /src/modules/m_auditorium.cpp | |
| parent | Fix an unhandled exception crash when rehashing modules. (diff) | |
Add support for setting the unset rank in ModeHandler.
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 692b3eba4..7acbd2fff 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -28,7 +28,7 @@ class AuditoriumMode : public SimpleChannelModeHandler public: AuditoriumMode(Module* Creator) : SimpleChannelModeHandler(Creator, "auditorium", 'u') { - levelrequired = OP_VALUE; + ranktoset = ranktounset = OP_VALUE; } }; |
