]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_xline_db.cpp
Fix a bunch of weird indentation and spacing issues.
[user/henk/code/inspircd.git] / src / modules / m_xline_db.cpp
index 6928e43d75a330ffe79dc18a87f1fe01a2888537..9db27716404a6326e29213e41e89870a3dab803e 100644 (file)
@@ -48,9 +48,9 @@ class ModuleXLineDB
        {
                /* Load the configuration
                 * Note:
-                *              This is on purpose not changed on a rehash. It would be non-trivial to change the database on-the-fly.
-                *              Imagine a scenario where the new file already exists. Merging the current XLines with the existing database is likely a bad idea
-                *              ...and so is discarding all current in-memory XLines for the ones in the database.
+                *              This is on purpose not changed on a rehash. It would be non-trivial to change the database on-the-fly.
+                *              Imagine a scenario where the new file already exists. Merging the current XLines with the existing database is likely a bad idea
+                *              ...and so is discarding all current in-memory XLines for the ones in the database.
                 */
                ConfigTag* Conf = ServerInstance->Config->ConfValue("xlinedb");
                xlinedbpath = ServerInstance->Config->Paths.PrependData(Conf->getString("filename", "xline.db", 1));
@@ -119,7 +119,7 @@ class ModuleXLineDB
                 * xline types may not have a conf tag, so let's just write them.
                 * In addition, let's use a file version, so we can maintain some
                 * semblance of backwards compatibility for reading on startup..
-                *              -- w00t
+                *              -- w00t
                 */
                stream << "VERSION 1" << std::endl;