mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-17 09:29:30 +01:00
4287cb9fa2
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. |
||
---|---|---|
.. | ||
Languages | ||
Diff.pm | ||
InteractiveEdit.pm | ||
Paste.pm | ||
SplitLine.pm |