mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Using "server1 <-> server2, server3" format for netsplit messages now.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2310 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e35c8e4d08
commit
66e8aa2c74
@ -27,8 +27,8 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||||||
/* ---- */
|
/* ---- */
|
||||||
{ NULL, "Server", 0 },
|
{ NULL, "Server", 0 },
|
||||||
|
|
||||||
{ "netsplit", "{netsplit Netsplit} {server $0} {server $1} quits: $2", 3, { 0, 0, 0 } },
|
{ "netsplit", "{netsplit Netsplit} {server $0} <-> {server $1} quits: $2", 3, { 0, 0, 0 } },
|
||||||
{ "netsplit_more", "{netsplit Netsplit} {server $0} {server $1} quits: $2 (+$3 more, use /NETSPLIT to show all of them)", 4, { 0, 0, 0, 1 } },
|
{ "netsplit_more", "{netsplit Netsplit} {server $0} <-> {server $1} quits: $2 (+$3 more, use /NETSPLIT to show all of them)", 4, { 0, 0, 0, 1 } },
|
||||||
{ "netsplit_join", "{netjoin Netsplit} over, joins: $0", 1, { 0 } },
|
{ "netsplit_join", "{netjoin Netsplit} over, joins: $0", 1, { 0 } },
|
||||||
{ "netsplit_join_more", "{netjoin Netsplit} over, joins: $0 (+$1 more)", 2, { 0, 1 } },
|
{ "netsplit_join_more", "{netjoin Netsplit} over, joins: $0 (+$1 more)", 2, { 0, 1 } },
|
||||||
{ "no_netsplits", "There are no net splits", 0 },
|
{ "no_netsplits", "There are no net splits", 0 },
|
||||||
|
Loading…
Reference in New Issue
Block a user