mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +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
|
|
@ -7,6 +7,7 @@ enum {
|
|||
|
||||
IRCTXT_OWN_DCC,
|
||||
IRCTXT_OWN_DCC_ACTION,
|
||||
IRCTXT_OWN_DCC_ACTION_QUERY,
|
||||
IRCTXT_OWN_DCC_CTCP,
|
||||
IRCTXT_DCC_MSG,
|
||||
IRCTXT_ACTION_DCC,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue