1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 03:43:14 +02:00
Files
unrealircd/src/modules/chanmodes
Bram Matthys 5182c664d1 Easier API for just-commited persistent variables. Example:
LoadPersistentPointer(modinfo, removefld_list, floodprot_free_removefld_list);
SavePersistentPointer(modinfo, removefld_list);

The above example was for a pointer, there are also functions for int and long,
which are even more simple:
LoadPersistentInt(modinfo, somevar)
SavePersistentInt(modinfo, somevar)
and
LoadPersistentLong(modinfo, somevar)
SavePersistentLong(modinfo, somevar)
both are untested, but will be tested soon...
2019-06-28 22:08:45 +02:00
..
2019-05-22 11:41:46 +02:00
2019-05-22 11:41:46 +02:00
2019-05-22 11:41:46 +02:00
2019-05-22 11:41:46 +02:00
2019-05-22 11:41:46 +02:00