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

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

Re: ERC - show user mode next to nick


From: aaron . w . swenson
Subject: Re: ERC - show user mode next to nick
Date: Mon, 8 Apr 2013 11:52:43 -0700 (PDT)
User-agent: G2/1.0

On Wednesday, January 19, 2011 7:13:33 AM UTC-5, Jonathan Groll wrote:
> A basic ERC question: How can I get an indicator next to the nick to
> show a user mode, eg. how can I get ops to appear as something like
> "@opnick" in channel? And similarly voices to appear something like
> "+voicenick", etc.
> 
> I'm sure the answer is somewhere in the info page, and I'm just not
> searching for it with the correct keywords!
> 
> Many thanks,
> Jonathan
> --
> jjg: Jonathan J. Groll : groll co za
> has_one { :blog => "http://bloggroll.com"; }
> Reine, reine gueux éveille
> Gomme à gaine, en horreur, taie.

In your init.el, or whatever:

    (setq erc-format-nick-function 'erc-format-@nick)

The default is to use erc-format-nick instead of erc-format-@nick.


reply via email to

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