diff options
| author | 2025-04-06 00:40:09 +0100 | |
|---|---|---|
| committer | 2025-04-06 00:45:31 +0100 | |
| commit | f945fd31e4e7114433e23e663a106e652af08e45 (patch) | |
| tree | d18bd2740850b79c84938e61b67c545228a5c825 /modules/cloak_custom.cpp | |
| parent | Delete the old hashing interface and modules. (diff) | |
Rename newhash to hash now its the only option.
Diffstat (limited to 'modules/cloak_custom.cpp')
| -rw-r--r-- | modules/cloak_custom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cloak_custom.cpp b/modules/cloak_custom.cpp index 81710bc8b..3adf529fd 100644 --- a/modules/cloak_custom.cpp +++ b/modules/cloak_custom.cpp @@ -20,7 +20,7 @@ #include "inspircd.h" #include "extension.h" #include "modules/cloak.h" -#include "modules/newhash.h" +#include "modules/hash.h" #include "modules/ircv3_replies.h" class CustomCloakExtItem final |
