aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-04-06 00:40:09 +0100
committerGravatar Sadie Powell2025-04-06 00:45:31 +0100
commitf945fd31e4e7114433e23e663a106e652af08e45 (patch)
treed18bd2740850b79c84938e61b67c545228a5c825 /src/users.cpp
parentDelete the old hashing interface and modules. (diff)
downloadinspircd++-f945fd31e4e7114433e23e663a106e652af08e45.tar.gz
inspircd++-f945fd31e4e7114433e23e663a106e652af08e45.tar.bz2
inspircd++-f945fd31e4e7114433e23e663a106e652af08e45.zip
Rename newhash to hash now its the only option.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index c8c700bfb..b69b6d484 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -30,7 +30,7 @@
#include "inspircd.h"
#include "clientprotocolevent.h"
-#include "modules/newhash.h"
+#include "modules/hash.h"
#include "utility/string.h"
#include "xline.h"