mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
added host param to your_nick_changed format too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2732 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
086e8ac2ff
commit
cb85b0081e
@ -102,7 +102,7 @@ FORMAT_REC fecommon_core_formats[] = {
|
||||
{ "not_invited", "You have not been invited to a channel!", 0 },
|
||||
{ "new_topic", "{nick $0} changed the topic of {channel $1} to: $2", 4, { 0, 0, 0, 0 } },
|
||||
{ "topic_unset", "Topic unset by {nick $0} on {channel $1}", 4, { 0, 0, 0, 0 } },
|
||||
{ "your_nick_changed", "You're now known as {nick $1}", 3, { 0, 0, 0 } },
|
||||
{ "your_nick_changed", "You're now known as {nick $1}", 4, { 0, 0, 0, 0 } },
|
||||
{ "nick_changed", "{channick $0} is now known as {channick_hilight $1}", 4, { 0, 0, 0, 0 } },
|
||||
{ "talking_in", "You are now talking in {channel $0}", 1, { 0 } },
|
||||
{ "not_in_channels", "You are not on any channels", 0 },
|
||||
|
Loading…
Reference in New Issue
Block a user