From 8f65f58a4a7edb0016117d005b5a6c4b04b156e6 Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Wed, 14 Aug 2019 21:21:17 +0200 Subject: [PATCH] improve message wording --- 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 69507c21..094246a1 100644 --- a/src/fe-common/core/module-formats.c +++ b/src/fe-common/core/module-formats.c @@ -95,7 +95,7 @@ FORMAT_REC fecommon_core_formats[] = { { NULL, "Channels", 0 }, { "join", "{channick_hilight $0} {chanhost_hilight $1} has joined {channel $2}", 5, { 0, 0, 0, 0, 0 } }, - { "host_changed", "{channick_hilight $0} {chanhost_hilight $1} host changed", 4, { 0, 0, 0, 0 } }, + { "host_changed", "{channick_hilight $0} {chanhost_hilight $1} has changed host", 4, { 0, 0, 0, 0 } }, { "part", "{channick $0} {chanhost $1} has left {channel $2} {reason $3}", 4, { 0, 0, 0, 0 } }, { "kick", "{channick $0} was kicked from {channel $1} by {nick $2} {reason $3}", 5, { 0, 0, 0, 0, 0 } }, { "quit", "{channick $0} {chanhost $1} has quit {reason $2}", 4, { 0, 0, 0, 0 } },