plugins/mod_pep_plus.lua
author Kim Alvefur <zash@zash.se>
Sat, 24 Feb 2024 14:32:59 +0100
changeset 13446 eb0fab7e5d32
parent 9077 0462405b1cfb
permissions -rw-r--r--
mod_cron: Sync Teal source with 92301fa7a673 Yeah, it's weird to have two versions. Needing more build dependencies is also something we want to avoid, so here we are.
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");