diff options
| author | 2013-07-03 04:34:40 +0100 | |
|---|---|---|
| committer | 2013-07-04 15:51:00 +0100 | |
| commit | 54d10d53c730ab81ca6464fe2f0e0ecbcd435672 (patch) | |
| tree | 45210da4b6014f2dfe4aba3b065e80fc37ad660a /src/modules/m_xline_db.cpp | |
| parent | Merge pull request #571 from ShutterQuick/inspircd+checkclone (diff) | |
| download | inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.tar.gz inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.tar.bz2 inspircd++-54d10d53c730ab81ca6464fe2f0e0ecbcd435672.zip | |
Remove $Core and $Mod* comments apart from $ModDep.
Diffstat (limited to 'src/modules/m_xline_db.cpp')
| -rw-r--r-- | src/modules/m_xline_db.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_xline_db.cpp b/src/modules/m_xline_db.cpp index 0b3361953..377634a75 100644 --- a/src/modules/m_xline_db.cpp +++ b/src/modules/m_xline_db.cpp @@ -22,10 +22,6 @@ #include "xline.h" #include <fstream> -/* $ModConfig: <xlinedb filename="data/xline.db"> - * Specify the filename for the xline database here*/ -/* $ModDesc: Keeps a dynamic log of all XLines created, and stores them in a seperate conf file (xline.db). */ - class ModuleXLineDB : public Module { bool dirty; |
