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:
Timo Sirainen 2000-06-09 15:50:04 +00:00 committed by cras
commit 41ff80bb3e
4 changed files with 34 additions and 3 deletions

View file

@ -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 },