Home
last modified time | relevance | path

Searched refs:dcc_accept (Results 1 – 10 of 10) sorted by relevance

/dports/irc/p5-AnyEvent-IRC/AnyEvent-IRC-0.97/samples/
H A Ddcc23 $con->dcc_accept ($id);
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/04_plugins/17_dcc/
H A D03_send.t97 $sender->get_heap()->yield(dcc_accept => $cookie => $rcv_file);
H A D04_send_spaces.t100 $sender->get_heap()->yield(dcc_accept => $cookie => "$space_file.send");
H A D06_chat.t96 $sender->get_heap()->yield(dcc_accept => $cookie);
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/05_regression/
H A D01_dcc_chat_close.t101 $sender->get_heap()->yield(dcc_accept => $cookie);
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/t/04_plugins/14_logger/
H A D04_dcc_chat.t118 $irc->yield(dcc_accept => $cookie);
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/lib/POE/Component/IRC/Plugin/
H A DDCC.pm128 $irc->yield(dcc_accept => $old_cookie);
/dports/irc/p5-AnyEvent-IRC/AnyEvent-IRC-0.97/lib/AnyEvent/IRC/
H A DClient.pm1210 sub dcc_accept { subroutine
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Ddcc.c1562 dcc_accept (GIOChannel *source, GIOCondition condition, struct DCC *dcc) in dcc_accept() function
1725 dcc->iotag = fe_input_add (dcc->sok, FIA_READ|FIA_EX, dcc_accept, dcc); in dcc_listen_init()
/dports/irc/p5-POE-Component-IRC/POE-Component-IRC-6.93/
H A DChanges1476 'dcc_accept' event now lets you rename incoming DCC files.
1500 - Added 'dcc_chat' and 'dcc_accept' commands.