emacs-circe / circe

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

WHO messages #337

Closed rphillips closed 6 years ago

rphillips commented 6 years ago

I am connecting Circe through ZNC, and every 10-15 seconds I get a spam of 354 (who messages) into any channel buffer that is open. They should be filtered to the server buffer, or suppressed. I am not sure who is querying for the WHO information.

jorgenschaefer commented 6 years ago

Hello, and thanks for the report. You can filter them by using (circe-set-display-handler "354" 'circe-display-ignore) – usually, typing /WHO should result in the list of users in your channel, not in the server buffer. I would suggest you try and find out who is sending the command, though!

rphillips commented 6 years ago

Thanks! That command certainly suppresses the message.I'll continue to dive into to see who is sending the message.