diff options
author | Timo Sirainen <cras@irssi.org> | 2001-01-28 10:16:43 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-01-28 10:16:43 +0000 |
commit | 669c2c18d8a906ea5863cf2dc03878e774902c3f (patch) | |
tree | e997679474550cba3fe145a0ceee58192b4ec03c /default.theme | |
parent | 5e3aa6f07787bd2c2d37eb70afa2b804407be07e (diff) | |
download | irssi-669c2c18d8a906ea5863cf2dc03878e774902c3f.zip |
Removed own_wall msg format, using now the same as @#channel messages.
Added printing of ctcps, notices, actions and /WALLs to
fe-irc-messages.c
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1158 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/default.theme b/default.theme index 0064196e..0972a647 100644 --- a/default.theme +++ b/default.theme @@ -195,9 +195,6 @@ abstracts = { ownctcp = "[%r$0%K(%R$1-%K)] "; ctcp = "%g$0-%n"; - # wall - ownwall = "[%W$0%K/%c$1-] "; - # wallops wallop = "%W$0-%n: "; wallop_nick = "%n$0-"; |