mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
modules/s_control: Remove unused conf room id buf here.
This commit is contained in:
parent
46cf2ca559
commit
54caba349a
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@ control_room
|
||||||
control_room_id
|
control_room_id
|
||||||
};
|
};
|
||||||
|
|
||||||
const ircd::m::room::id::buf
|
|
||||||
conf_room_id
|
|
||||||
{
|
|
||||||
"!conf", ircd::my_host()
|
|
||||||
};
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
_cmd__die(const m::event &event,
|
_cmd__die(const m::event &event,
|
||||||
const string_view &line)
|
const string_view &line)
|
||||||
|
|
Loading…
Reference in a new issue