erc-discuss
[Top][All Lists]
Advanced

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

[Erc-discuss] Re: How to disable display nickname list when join channel


From: henry atting
Subject: [Erc-discuss] Re: How to disable display nickname list when join channel.
Date: Fri, 26 Dec 2008 10:27:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Zitat - Andy Stewart * Do Dez 04 2008 um 15:26 -

> Hi all,
>
> I found it's worried that ERC display nickname list when join channel.
> How to make it disable it.
> I found rcirc have this option, but ERC have not this option.
>
> So anyone know how to do?
>
> Thank you very much!
>
>   -- Andy 

You can try this:

(setq  erc-hide-list '("324"
                 "329"
                 "332"
                 "333"
                 "353"
                 "JOIN"
                 "MODE"
                 "NICK"
                 "PART"
                 "QUIT"
                 "TOPIC"))

I found it on the net. Though I don't understand the numbers part it
works perfectly. ;)

henry





reply via email to

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