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_xline_db.cpp | |
| parent | Ignore empty sid in ServerConfig::Fill() (diff) | |
Whitespace and empty destructor removal, minor coding style changes
Diffstat (limited to 'src/modules/m_xline_db.cpp')
| -rw-r--r-- | src/modules/m_xline_db.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index 5e83478c3..ced9bfd93 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -49,10 +49,6 @@ class ModuleXLineDB : public Module dirty = false; } - virtual ~ModuleXLineDB() - { - } - /** Called whenever an xline is added by a local user. * This method is triggered after the line is added. * @param source The sender of the line or NULL for local server @@ -256,8 +252,6 @@ class ModuleXLineDB : public Module return true; } - - virtual Version GetVersion() { return Version("Keeps a dynamic log of all XLines created, and stores them in a separate conf file (xline.db).", VF_VENDOR); @@ -265,4 +259,3 @@ class ModuleXLineDB : public Module }; MODULE_INIT(ModuleXLineDB) - |
