0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-27 19:28:52 +02:00

modules/console: Fix conf set cmd argument to read remainder of line for value.

This commit is contained in:
Jason Volk 2019-03-12 18:02:10 -07:00
parent 721039f359
commit a2c9b115a8

View file

@ -964,7 +964,7 @@ console_cmd__conf__set(opt &out, const string_view &line)
const auto &val const auto &val
{ {
param[1] tokens_after(line, ' ', 0)
}; };
using prototype = m::event::id::buf (const m::user::id &, using prototype = m::event::id::buf (const m::user::id &,