aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_restrictchans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_restrictchans.cpp')
-rw-r--r--src/modules/m_restrictchans.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_restrictchans.cpp b/src/modules/m_restrictchans.cpp
index 12c0de77c..661e7fd28 100644
--- a/src/modules/m_restrictchans.cpp
+++ b/src/modules/m_restrictchans.cpp
@@ -31,7 +31,7 @@ typedef insp::flat_set<std::string, irc::insensitive_swo> AllowChans;
class ModuleRestrictChans final
: public Module
{
- private:
+private:
AllowChans allowchans;
bool allowregistered = false;
@@ -53,7 +53,7 @@ class ModuleRestrictChans final
return false;
}
- public:
+public:
ModuleRestrictChans()
: Module(VF_VENDOR, "Prevents unprivileged users from creating new channels.")
{