mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
333253e5b9
"\S" is not supported on *BSD, so it is replaced by "[^ ]" (which should be enough, since there should be no tabs or other whitespace different from spaces in command line).