]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_cgiirc.cpp
m_check: rename the timestamp key to createdat.
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
index df8201bde39b4360281ead891722234ecc24bb6c..4c89ad8947d39dc5f74c93c08af4f9986821e15f 100644 (file)
@@ -311,7 +311,7 @@ class ModuleCgiIRC
                        }
                        else
                        {
-                               throw ModuleException(type + " is an invalid <cgihost:mask> type, at " + tag->getTagLocation()); 
+                               throw ModuleException(type + " is an invalid <cgihost:mask> type, at " + tag->getTagLocation());
                        }
                }
 
@@ -369,7 +369,7 @@ class ModuleCgiIRC
 
                        user->ChangeIdent(newident);
                        user->SetClientIP(address);
-                       break; 
+                       break;
                }
                return MOD_RES_PASSTHRU;
        }