mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
privmsg fixes
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@804 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3c8fbacdde
commit
2ba63e1863
2 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,8 @@ abstracts = {
|
|||
msgownnick = "%W$0-%n";
|
||||
msgchannel = "%K:%c$0-%n";
|
||||
msgme = "%Y$0-%n";
|
||||
privmsgnick = "[%R$0-%n] "
|
||||
privmsg = "[$0-] "
|
||||
privmsgnick = "%R$0-%n"
|
||||
privmsghost = "%K(%r$0-%K)%n";
|
||||
ownprivmsg = "[%r$0-%n] ";
|
||||
ownprivmsgdest = "%K(%R$0-%K)";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue