From d79147e7afe2eca34780c607f78b11f8b3dd017d Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 25 Jan 2022 13:59:42 +0000 Subject: Abolish the infernal space before accessibility keywords. --- src/modules/m_watch.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/m_watch.cpp') 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) -- cgit v1.3.1-10-gc9f91