mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
6140ab3704
Added /SET autocreate_own_query - it specifies if we want to create query window when we send /MSG to someone. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@343 dbcabf3a-b0e7-0310-adc4-f8d773084564
8 lines
185 B
C
8 lines
185 B
C
#ifndef __FE_QUERY_H
|
|
#define __FE_QUERY_H
|
|
|
|
/* Return query where to put the private message. */
|
|
QUERY_REC *privmsg_get_query(IRC_SERVER_REC *server, const char *nick, int own);
|
|
|
|
#endif
|