3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-17 09:29:30 +01:00
pbot/applets/pbot-vm/host/lib
Pragmatic Software 4287cb9fa2
Fix split_line() quoting to be more sh-like
E.g.:

<pragma-> show testcargs
   <PBot> [global] testcargs: /code c11 printf("/say args: " ); while (*++argv) printf("[%s] " , *argv);
<pragma-> testcargs 'hello''world' 'how are 'you today
   <PBot> args: [helloworld] [how are you] [today]

Previously, adjacent 'foo''bar' would end up as 2 args like [foo] [bar]. Now
they are properly concatenated into one [foobar] argument.

This also fixes the cases of whitespace being inserted after quoted arguments.
2024-10-29 10:19:46 -07:00
..
Languages applets/pbot-vm: disregard IRC text modifiers when escaping unprintable characters 2024-10-27 12:52:15 -07:00
Diff.pm Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00
InteractiveEdit.pm pbot-vm: update VirtualMachine.md with improved PTY console install instructions and misc tweaks 2024-03-27 14:21:32 -07:00
Paste.pm pbot-vm: Fix -paste getting 403 Forbidden 2024-10-01 12:37:45 -07:00
SplitLine.pm Fix split_line() quoting to be more sh-like 2024-10-29 10:19:46 -07:00