aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_cloaking.cpp
diff options
context:
space:
mode:
authorGravatar special2009-05-13 02:29:32 +0000
committerGravatar special2009-05-13 02:29:32 +0000
commit3372b1ac0db7611f3936bbc6f77d43ca7a2c6736 (patch)
tree8155b9bcd0beea3223a16aacfe01206f08367127 /src/modules/m_cloaking.cpp
parentFix an issue in r11370 spotted by danieldg (diff)
downloadinspircd++-3372b1ac0db7611f3936bbc6f77d43ca7a2c6736.tar.gz
inspircd++-3372b1ac0db7611f3936bbc6f77d43ca7a2c6736.tar.bz2
inspircd++-3372b1ac0db7611f3936bbc6f77d43ca7a2c6736.zip
Revert some files accidentally committed in r11371. I'm apparently doing a very bad job of multitasking.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11372 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/m_cloaking.cpp')
-rw-r--r--src/modules/m_cloaking.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/modules/m_cloaking.cpp b/src/modules/m_cloaking.cpp
index 8bba9ceda..1b6d2b6bb 100644
--- a/src/modules/m_cloaking.cpp
+++ b/src/modules/m_cloaking.cpp
@@ -243,11 +243,6 @@ class CloakUser : public ModeHandler
throw ModuleException("You have not defined cloak keys for m_cloaking!!! THIS IS INSECURE AND SHOULD BE CHECKED! - " + detail);
}
- else if (key1 == 0x01234567 || key2 == 0x01234567 || key3 == 0x01234567 || key4 = 0x01234567)
- {
- /* Simple test to see if the config was changed from the values in the example config, as these would be very insecure. */
- throw ModuleException("You did not change the cloak keys for m_cloaking! You must randomly create your own keys in the <cloak> tag.");
- }
}
};