mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 09:40:12 +01:00
modules/console: Remove cruft.
This commit is contained in:
parent
c89ddc4cbf
commit
cdb0df84b8
1 changed files with 0 additions and 7 deletions
|
@ -7021,13 +7021,6 @@ console_cmd__events__state(opt &out, const string_view &line)
|
|||
return true;
|
||||
}
|
||||
|
||||
conf::item<size_t>
|
||||
events_dump_buffer_size
|
||||
{
|
||||
{ "name", "ircd.console.events.dump.buffer_size" },
|
||||
{ "default", int64_t(4_MiB) },
|
||||
};
|
||||
|
||||
bool
|
||||
console_cmd__events__dump(opt &out, const string_view &line)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue