diff options
author | Timo Sirainen <cras@irssi.org> | 2001-06-26 22:04:54 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-06-26 22:04:54 +0000 |
commit | f5a161bee9f4e6e5563b67116ff4f736d146db99 (patch) | |
tree | ee71e2d1fa3a73509e781a42d0c01d90e83eab56 /default.theme | |
parent | 6362ab86f610fcb1ed4a81f025ec2d2e1caa6ba5 (diff) | |
download | irssi-f5a161bee9f4e6e5563b67116ff4f736d146db99.zip |
added whois abstract to themes. should make it easier to change whois output
in theme
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1570 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'default.theme')
-rw-r--r-- | default.theme | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.theme b/default.theme index 501a1617..8cc37b1c 100644 --- a/default.theme +++ b/default.theme @@ -196,6 +196,9 @@ abstracts = { ## other IRC events ## + # whois + whois = " $[8]0 : $1-"; + # notices ownnotice = "[%r$0%K(%R$1-%K)]%n "; notice = "%K-%M$0-%K-%n "; |