Skip to content

Commit

Permalink
Squelch TAGMSGs for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDaemoness committed Aug 12, 2024
1 parent 82a318a commit 40a7a3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/State/Network.hs
Original file line number Diff line number Diff line change
Expand Up @@ -751,6 +751,7 @@ squelchReply rpl =
-- relevant information.
squelchIrcMsg :: IrcMsg -> Bool
squelchIrcMsg (Reply _ rpl _) = squelchReply rpl
squelchIrcMsg (Tagmsg _ _) = True -- TODO: Remove after implementing TAGMSG filtering
squelchIrcMsg _ = False

doMode ::
Expand Down

0 comments on commit 40a7a3f

Please sign in to comment.