mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +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
8
src/fe-common/core/chat-completion.h
Normal file
8
src/fe-common/core/chat-completion.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef __CHAT_COMPLETION_H
|
||||
#define __CHAT_COMPLETION_H
|
||||
|
||||
void completion_last_message_add(const char *nick);
|
||||
void completion_last_message_remove(const char *nick);
|
||||
void completion_last_message_rename(const char *oldnick, const char *newnick);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue