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 *
|
||||||
|
@ -33,6 +33,7 @@ enum class SnoteTag
|
|||||||
NickCollision,
|
NickCollision,
|
||||||
OperspyWhois,
|
OperspyWhois,
|
||||||
Freeze,
|
Freeze,
|
||||||
|
Spambot,
|
||||||
};
|
};
|
||||||
|
|
||||||
class SnoteMatch
|
class SnoteMatch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user