1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 11:03:13 +02:00

Fix +f not detecting repeats in case of 1st message, REHASH, 2nd message.

This due to a missing SavePersistentPointer() on the siphash key.
[skip ci]
This commit is contained in:
Bram Matthys
2019-10-27 08:51:01 +01:00
parent be68a72b42
commit 03cdf5043f
+1
View File
@@ -196,6 +196,7 @@ MOD_LOAD()
MOD_UNLOAD()
{
SavePersistentPointer(modinfo, removechannelmodetimer_list);
SavePersistentPointer(modinfo, floodprot_msghash_key);
return MOD_SUCCESS;
}