all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ERC - show user mode next to nick
@ 2011-01-19 12:13 Jonathan Groll
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Groll @ 2011-01-19 12:13 UTC (permalink / raw)
  To: help-gnu-emacs

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.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERC - show user mode next to nick
       [not found] <mailman.11.1295439218.6673.help-gnu-emacs@gnu.org>
@ 2011-01-19 18:38 ` B. T. Raven
  2011-01-19 20:47   ` Deniz Dogan
  2013-04-08 18:52 ` aaron.w.swenson
  1 sibling, 1 reply; 4+ messages in thread
From: B. T. Raven @ 2011-01-19 18:38 UTC (permalink / raw)
  To: help-gnu-emacs

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.
>

I think that's off topic here but google on these:

/chanserv op/deop #channel nickname
/mode #channelname +/-v nickname(s)

The @ and + prefixes should be appended automatically if you get the
syntax right in the right contexts and you have established your rights.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERC - show user mode next to nick
  2011-01-19 18:38 ` ERC - show user mode next to nick B. T. Raven
@ 2011-01-19 20:47   ` Deniz Dogan
  0 siblings, 0 replies; 4+ messages in thread
From: Deniz Dogan @ 2011-01-19 20:47 UTC (permalink / raw)
  To: B. T. Raven; +Cc: help-gnu-emacs

2011/1/19 B. T. Raven <nihil@nihilo.net>:
> 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.
>>
>
> I think that's off topic here but google on these:
>
> /chanserv op/deop #channel nickname
> /mode #channelname +/-v nickname(s)
>
> The @ and + prefixes should be appended automatically if you get the
> syntax right in the right contexts and you have established your rights.
>

No, it's not off-topic. ERC is part of Emacs and apparently displays
nicknames in the chat with their respective channel statuses (@, +,
etc.) omitted. This is what Jonathan wants to change.

-- 
Deniz Dogan



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ERC - show user mode next to nick
       [not found] <mailman.11.1295439218.6673.help-gnu-emacs@gnu.org>
  2011-01-19 18:38 ` ERC - show user mode next to nick B. T. Raven
@ 2013-04-08 18:52 ` aaron.w.swenson
  1 sibling, 0 replies; 4+ messages in thread
From: aaron.w.swenson @ 2013-04-08 18:52 UTC (permalink / raw)
  To: help-gnu-emacs; +Cc: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-04-08 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.11.1295439218.6673.help-gnu-emacs@gnu.org>
2011-01-19 18:38 ` ERC - show user mode next to nick B. T. Raven
2011-01-19 20:47   ` Deniz Dogan
2013-04-08 18:52 ` aaron.w.swenson
2011-01-19 12:13 Jonathan Groll

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.