3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-17 09:29:30 +01:00
pbot/lib/PBot/Core/Factoids
Pragmatic Software af2d9844b8
Interpreter: allow processing of empty result
This fixes .e.g.:

    <pragma-> !echo foo &{echo bar | { sed s/bar// }} baz

such that it produces the output "foo  baz" instead of no output at all.
2024-11-02 17:53:37 -07:00
..
Code.pm Interpreter: allow processing of empty result 2024-11-02 17:53:37 -07:00
Data.pm Interpreter: escaped spaces behave better 2024-05-26 17:44:59 -07:00
Exporter.pm Update core to use subroutine signatures 2023-04-13 21:04:12 -07:00
Interpreter.pm Interpreter: allow processing of empty result 2024-11-02 17:53:37 -07: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 Core/Factoids: properly restore invalid $variable expansions 2024-10-15 19:56:04 -07:00