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:
@@ -196,6 +196,7 @@ MOD_LOAD()
|
||||
MOD_UNLOAD()
|
||||
{
|
||||
SavePersistentPointer(modinfo, removechannelmodetimer_list);
|
||||
SavePersistentPointer(modinfo, floodprot_msghash_key);
|
||||
return MOD_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user