3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00
pbot/lib/PBot
Pragmatic Software 03fb901291 pbot-vm: fix potential time-out when outputting 0
If the output from a code snippet is `0` without a newline,
Perl treats this as a false value. When Guest::process_command()
returns a false value, that signals to guest-server::serial_server()
that it is the parent returning and so it will not send the result back
to the host.

However, `0\n` is a true value. Solution: always append a final newline to
the guest output.
2022-03-31 19:52:46 -07:00
..
Core Dequeue cache events when removing SQLite Storage entries 2022-03-23 23:45:00 -07:00
Plugin Plugin/UrlTitles: update user-agents 2022-03-17 19:17:31 -07:00
Core.pm Rename "modules" to "applets" 2021-11-19 18:05:50 -08:00
Imports.pm Make directory structure more Perlish 2021-07-13 19:45:56 -07:00
VERSION.pm pbot-vm: fix potential time-out when outputting 0 2022-03-31 19:52:46 -07:00