mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Add capability mode error/success messages.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
56c94570b4
commit
d5d45c29b8
7 changed files with 103 additions and 2 deletions
|
|
@ -290,6 +290,9 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "completion_header", "%#Key Value Auto", 0 },
|
||||
{ "completion_line", "%#$[10]0 $[!40]1 $2", 3, { 0, 0, 0 } },
|
||||
{ "completion_footer", "", 0 },
|
||||
{ "capsicum_enabled", "Capability mode enabled", 0 },
|
||||
{ "capsicum_disabled", "Capability mode not enabled", 0 },
|
||||
{ "capsicum_failed", "Capability mode failed: $0", 1, { 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "TLS", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue