1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-22 04:35:58 -04:00

s/irctxt_/server_/

This commit is contained in:
Valentin Lorentz 2022-04-20 23:00:33 +02:00 committed by Ailin Nemui
parent 48571389c7
commit f684c18867

View File

@ -89,9 +89,9 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "invitelist_long", "{channel $0}: invite {ban $1} {comment by {nick $2}, $3 secs ago}", 4, { 0, 0, 0, 1 } },
{ "no_such_channel", "{channel $0}: No such channel", 1, { 0 } },
{ "channel_synced", "Join to {channel $0} was synced in {hilight $1} secs", 2, { 0, 2 } },
{ "irctxt_help_start", "$1", 2, { 0, 0 } },
{ "irctxt_help_txt", "$1", 2, { 0, 0 } },
{ "irctxt_end_of_help", "$1", 2, { 0, 0 } },
{ "server_help_start", "$1", 2, { 0, 0 } },
{ "server_help_txt", "$1", 2, { 0, 0 } },
{ "server_end_of_help", "$1", 2, { 0, 0 } },
/* ---- */
{ NULL, "Nick", 0 },