mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
added user counts parameters to /NAMES header (not used by default), header/footer is printed with CLIENTCRAP, not CRAP level. patch by zinx@magenet.net
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2439 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
926342839b
commit
dd77726aa8
2 changed files with 4 additions and 4 deletions
|
|
@ -107,7 +107,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "talking_in", "You are now talking in {channel $0}", 1, { 0 } },
|
||||
{ "not_in_channels", "You are not on any channels", 0 },
|
||||
{ "current_channel", "Current channel {channel $0}", 1, { 0 } },
|
||||
{ "names", "{names_users Users {names_channel $0}} $1", 2, { 0, 0 } },
|
||||
{ "names", "{names_users Users {names_channel $0}} $1", 6, { 0, 1, 1, 1, 1, 1 } },
|
||||
{ "names_prefix", "{names_prefix $0}", 1, { 0 } },
|
||||
{ "names_nick_op", "{names_nick_op $0 $1}", 2, { 0, 0 } },
|
||||
{ "names_nick_halfop", "{names_nick_halfop $0 $1}", 2, { 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue