mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
You can specify the format of the /WALL text with /SET wall_format,
default is "[Wall/#channel] text". The WALL is also printed to screen. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@303 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f4d7561660
commit
41ff80bb3e
4 changed files with 34 additions and 3 deletions
|
|
@ -142,6 +142,7 @@ FORMAT_REC fecommon_irc_formats[] = {
|
|||
{ "own_notice", "%K[%rnotice%K(%R$0%K)]%n $1", 2, { 0, 0 } },
|
||||
{ "own_me", "%W * $0%n $1", 2, { 0, 0 } },
|
||||
{ "own_ctcp", "%K[%rctcp%K(%R$0%K)]%n $1 $2", 3, { 0, 0, 0 } },
|
||||
{ "own_wall", "%K[%WWall%K/%c$0%K]%n $1", 2, { 0, 0 } },
|
||||
|
||||
/* ---- */
|
||||
{ NULL, "Received messages", 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue