2

I just began using erc-mode and I noticed that erc-mode alerts whenever people join or leave a channel. Is there a way I can somehow hide the alerts ?

Chakravarthy Raghunandan
  • 3,132
  • 2
  • 18
  • 42

1 Answers1

3

(setq erc-hide-list '("JOIN" "PART" "QUIT"))

You can use describe-variable if you are looking for variables. It's very convenient when you want to change a certain behaviour and you don't the variables's name.

bertfred
  • 1,699
  • 1
  • 11
  • 23