mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 03:18:54 +01:00
modules/m_room_member: Remove cruft.
This commit is contained in:
parent
592f6fe673
commit
a7d1bc9419
1 changed files with 0 additions and 3 deletions
|
@ -10,9 +10,6 @@
|
||||||
|
|
||||||
namespace ircd::m
|
namespace ircd::m
|
||||||
{
|
{
|
||||||
static void affect_user_room(const event &, vm::eval &);
|
|
||||||
extern m::hookfn<m::vm::eval &> affect_user_room_hookfn;
|
|
||||||
|
|
||||||
static void auth_room_member_ban(const event &, room::auth::hookdata &);
|
static void auth_room_member_ban(const event &, room::auth::hookdata &);
|
||||||
extern m::hookfn<room::auth::hookdata &> auth_room_member_ban_hookfn;
|
extern m::hookfn<room::auth::hookdata &> auth_room_member_ban_hookfn;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue