emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
395 stars 51 forks source link

Lurker predicate #268

Open defanor opened 8 years ago

defanor commented 8 years ago

Detecting whether a user is active (and not a lurker) by the time passed after their last message doesn't work well for low-traffic channels, where a conversation participant should still be considered active if their last messages are not far in the log (and possibly still on the screen, even). So a lurker predicate should be a disjunction of those two: one for time, and one for the amount of messages.

jorgenschaefer commented 8 years ago

Sounds good.