diff options
Diffstat (limited to 'modules/commands/os_defcon.cpp')
-rw-r--r-- | modules/commands/os_defcon.cpp | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/modules/commands/os_defcon.cpp b/modules/commands/os_defcon.cpp index a41b104c9..5ef148faa 100644 --- a/modules/commands/os_defcon.cpp +++ b/modules/commands/os_defcon.cpp @@ -105,7 +105,8 @@ static ServiceReference<GlobalService> GlobalService("GlobalService", "Global"); static Timer *timeout; -class DefConTimeout : public Timer +class DefConTimeout + : public Timer { int level; @@ -144,7 +145,8 @@ public: } }; -class CommandOSDefcon : public Command +class CommandOSDefcon + : public Command { void SendLevels(CommandSource &source) { @@ -244,7 +246,8 @@ public: } }; -class OSDefcon : public Module +class OSDefcon + : public Module { ServiceReference<SessionService> session_service; ServiceReference<XLineManager> akills; |