mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
/SET dcc_own_ip for specifying own IP to use in DCC requests
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1512 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
62dc0e36eb
commit
da9d55f403
2 changed files with 10 additions and 1 deletions
|
|
@ -43,7 +43,8 @@ DCC_REC *dcc_find_request_latest(int type);
|
|||
DCC_REC *dcc_find_request(int type, const char *nick, const char *arg);
|
||||
|
||||
/* IP <-> string for DCC CTCP messages.
|
||||
`str' must be at least MAX_IP_LEN bytes */
|
||||
`str' must be at least MAX_IP_LEN bytes.
|
||||
If /SET dcc_own_ip is set, dcc_ip2str() always returns it. */
|
||||
void dcc_ip2str(IPADDR *ip, char *str);
|
||||
void dcc_str2ip(const char *str, IPADDR *ip);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue