aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_watch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_watch.cpp')
-rw-r--r--src/modules/m_watch.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/m_watch.cpp b/src/modules/m_watch.cpp
index 8408db834..e16588233 100644
--- a/src/modules/m_watch.cpp
+++ b/src/modules/m_watch.cpp
@@ -122,7 +122,7 @@ class CommandWatch final
user->WriteNumeric(RPL_ENDOFWATCHLIST, "End of WATCH S");
}
- public:
+public:
unsigned long maxwatch;
CommandWatch(Module* mod, IRCv3::Monitor::Manager& managerref)
@@ -181,7 +181,7 @@ class ModuleWatch final
, public Away::EventListener
, public ISupport::EventListener
{
- private:
+private:
IRCv3::Monitor::Manager manager;
CommandWatch cmd;
@@ -207,7 +207,7 @@ class ModuleWatch final
SendAlert(user, nick, RPL_LOGOFF, "went offline", user->age);
}
- public:
+public:
ModuleWatch()
: Module(VF_VENDOR, "Adds the /WATCH command which allows users to find out when their friends are connected to the server.")
, Away::EventListener(this)