Skip to content

Commit

Permalink
Update snotice hook for dline disconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Oct 1, 2023
1 parent 7c2c816 commit cef581c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Client/Hook/Snotice.hs
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ patterns = map toPattern
(1, "f", [str|^Failed (OPER|CHALLENGE) attempt - host mismatch|]),
(3, "f", [str|^Failed (OPER|CHALLENGE) attempt|]), -- ORDER IMPORTANT - catch all failed attempts that aren't host mismatch

(1, "k", [str|^Rejecting [XK]-Lined user|]),
(1, "k", [str|^Disconnecting [XK]-Lined user|]),
(1, "k", [str|^Rejecting [DKX]-Lined user|]),
(1, "k", [str|^Disconnecting [DKX]-Lined user|]),
(1, "k", [str|^KLINE active for|]),
(1, "k", [str|^XLINE active for|]),
(3, "k", [str|^KLINE over-ruled for |]),
Expand Down

0 comments on commit cef581c

Please sign in to comment.