diff options
author | Sadie Powell <sadie@witchery.services> | 2020-09-11 15:46:42 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2020-09-28 15:28:26 +0100 |
commit | c7e26c5f679465304fb7ffb27d131857a1030b2e (patch) | |
tree | 9a1a3df952a7570dbe47780c17bd5a835da85260 /include/modules.h | |
parent | 8e0e1806a47e6fa78f884666b55c04edf11fd66c (diff) |
Remove nickserv/getpass and Anope::Decrypt.
There is no point having these now plain text passwords are deprecated.
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index bb387bb15..e385f4faa 100644 --- a/include/modules.h +++ b/include/modules.h @@ -405,7 +405,6 @@ class CoreExport Module : public Extensible * see src/encrypt.c for detailed informations */ virtual EventReturn OnEncrypt(const Anope::string &src, Anope::string &dest) { throw NotImplementedException(); } - virtual EventReturn OnDecrypt(const Anope::string &hashm, const Anope::string &src, Anope::string &dest) { throw NotImplementedException(); } /** Called on fantasy command * @param source The source of the command |