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
Pragmatic Software
7ddb32ea16
Update core to use subroutine signatures
2023-04-13 21:04:12 -07:00
Pragmatic Software
8d5b992b4c
Update copyright
2023-02-20 21:31:52 -08:00
Pragmatic Software
619ff86a94
Rename compiler
factoid to vm-client
2022-02-14 16:47:46 -08:00
Pragmatic Software
3d97dc2c33
Rename "modules" to "applets"
...
"Applet" is a much better name for the external command-line
scripts and programs that can be loaded as PBot commands. They
will no longer be confused with Perl modules.
https://en.wikipedia.org/wiki/Applet
2021-11-19 18:05:50 -08:00
Pragmatic Software
136460e6b4
Expand factoid variables/selectors in arguments to code factoids
2021-11-05 13:08:45 -07:00
Pragmatic Software
6ba7864474
Add missing PBot::Core::Factoids::* files
2021-07-26 21:46:20 -07:00