spambot snote
This commit is contained in:
parent
b0f254eb13
commit
f5b49ebf66
@ -86,6 +86,9 @@ const SnotePattern static patterns[] = {
|
|||||||
|
|
||||||
{SnoteTag::Freeze,
|
{SnoteTag::Freeze,
|
||||||
R"(^([^ ]+) froze the account ([^ ]+) \((.*)\)\.$)"},
|
R"(^([^ ]+) froze the account ([^ ]+) \((.*)\)\.$)"},
|
||||||
|
|
||||||
|
{SnoteTag::Spambot,
|
||||||
|
R"(User ([^ ]+) \(([^ ]+)@([^ ]+)\) trying to join ([^ ]+) is a possible spambot)"},
|
||||||
};
|
};
|
||||||
|
|
||||||
static auto setup_database() -> hs_database_t *
|
static auto setup_database() -> hs_database_t *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user