From 547ee1342e8b07bcdf46bc81343d1a1f7a2998e5 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 3 Sep 2006 21:38:29 +0000 Subject: YAY! A module which allows a user to oper via their ssl key fingerprint. This is largely untested stuff here, be careful with it. Use /fingerprint to get the user's fingerprint (or ask them for it) and then put the fingerprint into the password field of their oper block. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5130 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_opermd5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_opermd5.cpp') diff --git a/src/modules/m_opermd5.cpp b/src/modules/m_opermd5.cpp index 9ac896e81..e6fd8023b 100644 --- a/src/modules/m_opermd5.cpp +++ b/src/modules/m_opermd5.cpp @@ -319,7 +319,7 @@ class ModuleOperMD5 : public Module { return 1; } - else return -1; + else return 0; } return 0; } -- cgit v1.3.1-10-gc9f91