mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Split nick and host for topic info format.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2782 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3ac451c608
commit
15eaa7cc88
3 changed files with 22 additions and 7 deletions
|
|
@ -62,7 +62,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "url", "Home page for {channelhilight $0}: $1", 2, { 0, 0 } },
|
||||
{ "topic", "Topic for {channelhilight $0}: $1", 2, { 0, 0 } },
|
||||
{ "no_topic", "No topic set for {channelhilight $0}", 1, { 0 } },
|
||||
{ "topic_info", "Topic set by {nick $0} {comment $1}", 2, { 0, 0 } },
|
||||
{ "topic_info", "Topic set by {nick $0} {nickhost $2} {comment $1}", 3, { 0, 0, 0 } },
|
||||
{ "chanmode_change", "mode/{channelhilight $0} {mode $1} by {nick $2}", 4, { 0, 0, 0, 0 } },
|
||||
{ "server_chanmode_change", "{netsplit ServerMode}/{channelhilight $0} {mode $1} by {nick $2}", 3, { 0, 0, 0 } },
|
||||
{ "channel_mode", "mode/{channelhilight $0} {mode $1}", 2, { 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue