From cb85b0081e05b27d53c5f6f3f68fb256a6b0daed Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sun, 28 Apr 2002 11:29:49 +0000 Subject: 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 --- src/fe-common/core/module-formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c index 2806d5aa..77995add 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -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 }, -- cgit v1.2.3