diff options
author | Jilles Tjoelker <jilles@irssi.org> | 2008-02-20 20:28:07 +0000 |
---|---|---|
committer | jilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2008-02-20 20:28:07 +0000 |
commit | 4e2fcc71ae8c699c07af760dff73d29e0aaf89ce (patch) | |
tree | 7fd90ec442423eaf4ff8d1ffd2b4ffd45d4a64f9 /src/fe-common/irc/module-formats.c | |
parent | 0eb386ecd88140863c6377ef18764844103b68d9 (diff) | |
download | irssi-4e2fcc71ae8c699c07af760dff73d29e0aaf89ce.zip |
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
Diffstat (limited to 'src/fe-common/irc/module-formats.c')
-rw-r--r-- | src/fe-common/irc/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-common/irc/module-formats.c b/src/fe-common/irc/module-formats.c index fb14a0e4..a6cde6fe 100644 --- a/src/fe-common/irc/module-formats.c +++ b/src/fe-common/irc/module-formats.c @@ -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 } }, |