3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-28 23:09:39 +01:00
pbot/lib/PBot/Core/Factoids
Pragmatic Software a262139fd2
Factoids: require locked to be exactly 1 to invoke commands with required_caps
This allows us to set `locked` to a value greater than `1` to lock a factoid WITHOUT
allowing invocation of `required_caps` commands. This lets us safely lock a factoid
that has unrestrained `$args` or variables.
2024-11-07 01:45:15 -08:00
..
Code.pm Interpreter: allow processing of empty result 2024-11-02 17:53:37 -07:00
Data.pm Replace preserve_whitespace metadata with condense-whitespace 2024-11-04 00:25:36 -08:00
Exporter.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Interpreter.pm Factoids: require locked to be exactly 1 to invoke commands with required_caps 2024-11-07 01:45:15 -08:00
Modifiers.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Selectors.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Variables.pm Factoid/Variables: minor refactor, no semantic changes 2024-11-02 17:58:14 -07:00