extra snote
This commit is contained in:
parent
7999a0672b
commit
f59049187e
|
@ -74,6 +74,9 @@ SnotePattern const patterns[] =
|
|||
|
||||
{SnoteTag::TooManyGlobalConnections,
|
||||
R"(^Too many global connections for ([^ ]+)\[([^ ]+)@([^ ]+)\] \[(.*)\]$)"},
|
||||
|
||||
{SnoteTag::SetVhostOnMarkedAccount,
|
||||
"^\x02([^ ]+)\x02 set vhost ([^ ]+) on the \x02MARKED\x02 account ([^ ]+).$"},
|
||||
};
|
||||
|
||||
auto setup_database() -> hs_database_t*
|
||||
|
|
|
@ -27,6 +27,7 @@ enum class SnoteTag
|
|||
PossibleFlooder,
|
||||
Killed,
|
||||
TooManyGlobalConnections,
|
||||
SetVhostOnMarkedAccount,
|
||||
};
|
||||
|
||||
class SnoteEvent : public Event
|
||||
|
|
Loading…
Reference in New Issue
Block a user