mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
DCC chat nicks are in /MSG completion list now if chat isn't in query.
Sending actions to non-query DCC chats now display the target. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1193 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8938a0f42b
commit
118f9a11eb
7 changed files with 94 additions and 15 deletions
|
|
@ -223,6 +223,7 @@ abstracts = {
|
|||
dccownmsg = "[%r$0%K($1-%K)%n] ";
|
||||
dccownnick = "%R$0-%n";
|
||||
dccownaction = "{action $0-}";
|
||||
dccownaction_target = "{action_core $0}%K:%c$1%n ";
|
||||
|
||||
# DCC chat, others
|
||||
dccmsg = "[%G$1-%K(%g$0%K)%n] ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue