0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-29 04:08:54 +02:00

modules/s_control: Remove unused conf room id buf here.

This commit is contained in:
Jason Volk 2018-04-27 21:15:08 -07:00
parent 46cf2ca559
commit 54caba349a

View file

@ -28,12 +28,6 @@ control_room
control_room_id
};
const ircd::m::room::id::buf
conf_room_id
{
"!conf", ircd::my_host()
};
static void
_cmd__die(const m::event &event,
const string_view &line)