help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lamers on IRC


From: Emanuel Berg
Subject: lamers on IRC
Date: Sun, 22 May 2022 23:20:45 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

One problem with IRC is the presence of lamers, luckily this
problem can be solved easily with technology starting with the
IRC client. Today I learned how to do this with my client,
ERC:

(let ((lamers '("parsnip" "wgreenhouse")))
  (setq-default erc-ignore-list       lamers)
  (setq         erc-ignore-reply-list lamers) )

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]