mirror of
https://github.com/znc/znc.git
synced 2026-06-22 19:15:03 +02:00
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:
+1
-9
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user