summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-06-09 17:29:12 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-06-09 17:29:12 +0000
commit5a94ff859c1a3800a2c842ca9ec8a617823b8c23 (patch)
treebfedfe288c9d99aa8647a9ce3230fd37f5954acf /src/irc/dcc/dcc.h
parent3fd3a03402c41f9e31bff05120e9c668cf3c2dc2 (diff)
downloadirssi-5a94ff859c1a3800a2c842ca9ec8a617823b8c23.zip
Added Irssi::Dcc::values(), updated a few other DCC things too.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@306 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc.h')
-rw-r--r--src/irc/dcc/dcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irc/dcc/dcc.h b/src/irc/dcc/dcc.h
index 7fe5e9ee..eee5a069 100644
--- a/src/irc/dcc/dcc.h
+++ b/src/irc/dcc/dcc.h
@@ -81,6 +81,8 @@ void dcc_make_address(IPADDR *ip, char *host);
DCC_REC *dcc_create(int type, int handle, const char *nick, const char *arg, IRC_SERVER_REC *server, DCC_REC *chat);
void dcc_destroy(DCC_REC *dcc);
+/* Send a CTCP message/notify to target. Send the CTCP via DCC chat if
+ `chat' is specified. */
void dcc_ctcp_message(const char *target, IRC_SERVER_REC *server, DCC_REC *chat, int notice, const char *msg);
/* Send `data' to dcc chat. */