Remove some code from crypt which makes no sense

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@876 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2007-11-17 22:43:11 +00:00
parent d0a4831205
commit 5412fd1494
+1 -9
View File
@@ -34,15 +34,7 @@
class CCryptMod : public CModule {
public:
MODCONSTRUCTOR(CCryptMod) {}
virtual ~CCryptMod() {
time_t t;
time(&t);
srand((long) t);
}
virtual EModRet OnRaw(CString& sLine) {
return CONTINUE;
}
virtual ~CCryptMod() {}
virtual EModRet OnUserMsg(CString& sTarget, CString& sMessage) {
sTarget.TrimLeft("\244");