diff options
| author | 2013-04-01 21:56:13 +0200 | |
|---|---|---|
| committer | 2013-04-01 21:56:13 +0200 | |
| commit | 26e7bb0b9a17a595d9935a1cae41b44504ad213e (patch) | |
| tree | 904734f67485d62de90c35abbb522ad0e84cb862 /src/modules/m_cycle.cpp | |
| parent | Ignore empty sid in ServerConfig::Fill() (diff) | |
Whitespace and empty destructor removal, minor coding style changes
Diffstat (limited to 'src/modules/m_cycle.cpp')
| -rw-r--r-- | src/modules/m_cycle.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/modules/m_cycle.cpp b/src/modules/m_cycle.cpp index 4aa8e9c20..b23bf5b92 100644 --- a/src/modules/m_cycle.cpp +++ b/src/modules/m_cycle.cpp @@ -84,6 +84,7 @@ class CommandCycle : public Command class ModuleCycle : public Module { CommandCycle cmd; + public: ModuleCycle() : cmd(this) @@ -95,15 +96,10 @@ class ModuleCycle : public Module ServerInstance->Modules->AddService(cmd); } - virtual ~ModuleCycle() - { - } - virtual Version GetVersion() { return Version("Provides command CYCLE, acts as a server-side HOP command to part and rejoin a channel.", VF_VENDOR); } - }; MODULE_INIT(ModuleCycle) |
