From 10e9e9a5be47ff0000d459d9a71bc6b11292898f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 1 Jun 2021 01:48:14 +0100 Subject: Rename Simple{Channel,User}ModeHandler to match other mode handlers. --- src/modules/m_auditorium.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/modules/m_auditorium.cpp') diff --git a/src/modules/m_auditorium.cpp b/src/modules/m_auditorium.cpp index cbaf5ddcc..dd9cb4ffb 100644 --- a/src/modules/m_auditorium.cpp +++ b/src/modules/m_auditorium.cpp @@ -28,10 +28,12 @@ #include "modules/names.h" #include "modules/who.h" -class AuditoriumMode : public SimpleChannelModeHandler +class AuditoriumMode final + : public SimpleChannelMode { public: - AuditoriumMode(Module* Creator) : SimpleChannelModeHandler(Creator, "auditorium", 'u') + AuditoriumMode(Module* Creator) + : SimpleChannelMode(Creator, "auditorium", 'u') { ranktoset = ranktounset = OP_VALUE; } -- cgit v1.3.1-10-gc9f91