User:Switchnode

From Archiveteam
Revision as of 00:32, 9 July 2022 by Switchnode (talk | contribs) (add some weechat filters that might be useful to someone)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Gee, #archivebot sure is noisy!

#archivebot shouldn't be considered a reliable chat channel.

But if you'd like it to be quieter and you use Weechat, try these:

  • /trigger add tag_highlights line "" "${highlight} == 1" "/$/highlight,/tags"
Tags highlights; necessary for the following
  • /filter add bots irc.hackint.#archivebot nick_Aramaki+!highlight,nick_socialbot+!highlight *
Hides all bot responses except those directed at you
  • /filter add commands irc.hackint.#archivebot !self_msg ^!([^a]|abort)
Hides bot commands other than archive, archiveonly, and snscrape, except yours, or...
  • /filter add commands irc.hackint.#archivebot !self_msg ^(!|socialbot)
Hides all bot commands except yours

Don't forget to save!