johnmaguire / Cardinal

A Python IRC bot, designed to make adding functionality quick and simple. (est. 2013)
MIT License
100 stars 38 forks source link

Ignore channels marked +s/+p in the seen plugin #205

Open johnmaguire opened 6 months ago

johnmaguire commented 6 months ago

+s is "secret", and +p is "private", both of which should not generally show up in channel listings.

As such, we shouldn't reveal their existence through the .seen command.