fdrop snotes
This commit is contained in:
parent
206b4c9d89
commit
15c48ab1dc
@ -19,6 +19,9 @@ enum class SnoteTag
|
|||||||
CreateChannel,
|
CreateChannel,
|
||||||
DisconnectingKlined,
|
DisconnectingKlined,
|
||||||
DroppedChannel,
|
DroppedChannel,
|
||||||
|
DroppedNick,
|
||||||
|
DroppedNickRename,
|
||||||
|
DroppedAccount,
|
||||||
FailedChallenge,
|
FailedChallenge,
|
||||||
FailedChallengeFingerprintMismatch,
|
FailedChallengeFingerprintMismatch,
|
||||||
FailedChallengeHostMismatch,
|
FailedChallengeHostMismatch,
|
||||||
|
@ -104,6 +104,15 @@ const SnotePattern static patterns[] = {
|
|||||||
{SnoteTag::DroppedChannel,
|
{SnoteTag::DroppedChannel,
|
||||||
"^\x02([^ ]+)\x02 dropped the channel \x02([^ ]+)\x02$"},
|
"^\x02([^ ]+)\x02 dropped the channel \x02([^ ]+)\x02$"},
|
||||||
|
|
||||||
|
{SnoteTag::DroppedAccount,
|
||||||
|
"^\x02([^ ]+)\x02 dropped the account \x02([^ ]+)\x02$"},
|
||||||
|
|
||||||
|
{SnoteTag::DroppedNick,
|
||||||
|
"^\x02([^ ]+)\x02 dropped the nick \x02([^ ]+)\x02 from ([^ ]+)$"},
|
||||||
|
|
||||||
|
{SnoteTag::DroppedNickRename,
|
||||||
|
"^\x02([^ ]+)\x02 dropped the nick \x02([^ ]+)\x02 from ([^ ]+), changing account name to \x02([^ ]+)\x02$"},
|
||||||
|
|
||||||
{SnoteTag::Spambot,
|
{SnoteTag::Spambot,
|
||||||
R"(^User ([^ ]+) \(([^ ]+)@([^ ]+)\) trying to join ([^ ]+) is a possible spambot$)"},
|
R"(^User ([^ ]+) \(([^ ]+)@([^ ]+)\) trying to join ([^ ]+) is a possible spambot$)"},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user