mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Merge pull request #82 from ailin-nemui/progval-help
Format RPL_HELPSTART/RPL_HELPTXT/RPL_ENDOFHELP
(cherry picked from commit b446d06b9d)
This commit is contained in:
parent
1598c88cfd
commit
afed542bfb
4 changed files with 60 additions and 3 deletions
|
|
@ -89,6 +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 } },
|
||||
{ "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 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue