plugins/mod_pep_plus.lua
author Matthew Wild <mwild1@gmail.com>
Thu, 29 Dec 2022 16:25:00 +0000
changeset 12825 a4ac16e5b655
parent 9077 0462405b1cfb
permissions -rw-r--r--
sessionmanager: Fire event before retiring old session This allows for modules to update fields, which is generally better than maintaining this hard-coded list of transferable properties here.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9077
0462405b1cfb mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Matthew Wild <mwild1@gmail.com>
parents: 9064
diff changeset
     1
module:log("error", "mod_pep_plus has been renamed to mod_pep, please update your config file. Auto-loading mod_pep...");
0462405b1cfb mod_pep -> mod_pep_simple, mod_pep_plus -> mod_pep
Matthew Wild <mwild1@gmail.com>
parents: 9064
diff changeset
     2
module:depends("pep");