mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Show setter/time in +I lists, if sent by the server.
Code mostly copied from +e. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4716 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0eb386ecd8
commit
4e2fcc71ae
3 changed files with 11 additions and 3 deletions
|
|
@ -74,6 +74,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "ebanlist_long", "{channel $0}: ban exception {ban $1} {comment by {nick $2}, $3 secs ago}", 4, { 0, 0, 0, 1 } },
|
||||
{ "no_invitelist", "Invite list is empty in channel {channel $0}", 1, { 0 } },
|
||||
{ "invitelist", "{channel $0}: invite {ban $1}", 2, { 0, 0 } },
|
||||
{ "invitelist_long", "{channel $0}: invite {ban $1} {comment by {nick $2}, $3 secs ago}", 4, { 0, 0, 0, 1 } },
|
||||
{ "no_such_channel", "{channel $0}: No such channel", 1, { 0 } },
|
||||
{ "channel_synced", "Join to {channel $0} was synced in {hilight $1} secs", 2, { 0, 2 } },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue