mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
irc: do not translate string "Msg" for messages to channel ops/voiced
This commit is contained in:
@@ -1539,7 +1539,7 @@ IRC_PROTOCOL_CALLBACK(privmsg)
|
||||
nick),
|
||||
"%s%s%s%s(%s%s%s)%s: %s",
|
||||
weechat_prefix ("network"),
|
||||
_("Msg"),
|
||||
"Msg",
|
||||
(msg_op) ? "Op" : ((msg_voice) ? "Voice" : ""),
|
||||
IRC_COLOR_CHAT_DELIMITERS,
|
||||
irc_nick_color_for_message (server, ptr_nick, nick),
|
||||
|
||||
Reference in New Issue
Block a user