mirror of
https://github.com/irssi/irssi.git
synced 2026-08-16 07:02:12 +02:00
Some minor query fixes. Nick changes are also detected by checking if
query with another nick from same address if found. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@999 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3011d2c01c
commit
fc491c5f8d
10 changed files with 160 additions and 48 deletions
|
|
@ -28,6 +28,8 @@ QUERY_REC *query_create(int chat_type, SERVER_REC *server,
|
|||
/* Find query by name, if `server' is NULL, search from all servers */
|
||||
QUERY_REC *query_find(SERVER_REC *server, const char *nick);
|
||||
|
||||
void query_change_nick(QUERY_REC *query, const char *nick);
|
||||
void query_change_address(QUERY_REC *query, const char *address);
|
||||
void query_change_server(QUERY_REC *query, SERVER_REC *server);
|
||||
|
||||
void queries_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue