diff options
author | Timo Sirainen <cras@irssi.org> | 2000-06-09 15:50:04 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-06-09 15:50:04 +0000 |
commit | 41ff80bb3e2425b2cf1f930681d1e3682349f1d7 (patch) | |
tree | 171059609024d712d8fb28b2086801fcf415da5b /src/fe-common/irc/module-formats.h | |
parent | f4d7561660912422b010a2aaa1323086cc80d681 (diff) | |
download | irssi-41ff80bb3e2425b2cf1f930681d1e3682349f1d7.zip |
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
Diffstat (limited to 'src/fe-common/irc/module-formats.h')
-rw-r--r-- | src/fe-common/irc/module-formats.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fe-common/irc/module-formats.h b/src/fe-common/irc/module-formats.h index d4210461..e5fc2def 100644 --- a/src/fe-common/irc/module-formats.h +++ b/src/fe-common/irc/module-formats.h @@ -116,7 +116,8 @@ enum { IRCTXT_OWN_NOTICE, IRCTXT_OWN_ME, IRCTXT_OWN_CTCP, - + IRCTXT_OWN_WALL, + IRCTXT_FILL_7, IRCTXT_PUBMSG_ME, |