Searched refs:DCC_FORK_BOT (Results 1 – 16 of 16) sorted by relevance
/dports/irc/evangeline/evangeline-msa/src/ |
H A D | main.h | 103 DCC_CHAT_PASS, DCC_FORK_BOT, DCC_SOCKET, DCC_TELNET_ID,
|
H A D | users.c | 994 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle() 997 (dcc[i].u.dns && (dcc[i].u.dns->type == &DCC_FORK_BOT))) in autolink_cycle() 1017 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle()
|
H A D | botnet.c | 775 if (dcc[i].type == &DCC_FORK_BOT) { in botunlink() 880 ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW))) { in botlink() 917 dcc[i].u.dns->type = &DCC_FORK_BOT; in botlink() 942 changeover_dcc(i, &DCC_FORK_BOT, sizeof(struct bot_info)); in botlink_resolve_success()
|
H A D | dcc.c | 116 if (dcc[i].type == &DCC_FORK_BOT) { in greet_new_bot() 212 if ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW)) { in cont_link() 427 struct dcc_table DCC_FORK_BOT = { variable
|
H A D | cmds.c | 1591 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT && in cmd_botattr() 2381 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT && in cmd_mns_user()
|
/dports/irc/evangeline/evangeline/src/ |
H A D | main.h | 103 DCC_CHAT_PASS, DCC_FORK_BOT, DCC_SOCKET, DCC_TELNET_ID,
|
H A D | users.c | 994 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle() 997 (dcc[i].u.dns && (dcc[i].u.dns->type == &DCC_FORK_BOT))) in autolink_cycle() 1017 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle()
|
H A D | botnet.c | 775 if (dcc[i].type == &DCC_FORK_BOT) { in botunlink() 880 ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW))) { in botlink() 917 dcc[i].u.dns->type = &DCC_FORK_BOT; in botlink() 942 changeover_dcc(i, &DCC_FORK_BOT, sizeof(struct bot_info)); in botlink_resolve_success()
|
H A D | dcc.c | 116 if (dcc[i].type == &DCC_FORK_BOT) { in greet_new_bot() 212 if ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW)) { in cont_link() 427 struct dcc_table DCC_FORK_BOT = { variable
|
H A D | cmds.c | 1591 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT && in cmd_botattr() 2381 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT && in cmd_mns_user()
|
/dports/irc/eggdrop/eggdrop-1.9.1/src/ |
H A D | main.h | 107 DCC_CHAT_PASS, DCC_FORK_BOT, DCC_SOCKET, DCC_TELNET_ID,
|
H A D | users.c | 1022 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle() 1025 (dcc[i].u.dns && (dcc[i].u.dns->type == &DCC_FORK_BOT))) in autolink_cycle() 1045 if (dcc[i].type == &DCC_FORK_BOT) in autolink_cycle()
|
H A D | botnet.c | 887 if (dcc[i].type == &DCC_FORK_BOT) { in botunlink() 1007 ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW))) { in botlink() 1058 dcc[i].u.dns->type = &DCC_FORK_BOT; in botlink() 1082 changeover_dcc(i, &DCC_FORK_BOT, sizeof(struct bot_info)); in botlink_resolve_success()
|
H A D | dcc.c | 182 if (dcc[i].type == &DCC_FORK_BOT) { in greet_new_bot() 284 if ((dcc[i].type == &DCC_FORK_BOT) || (dcc[i].type == &DCC_BOT_NEW)) { in cont_link() 547 struct dcc_table DCC_FORK_BOT = { variable
|
H A D | cmds.c | 2067 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT && 2919 if (dcc[idx2].type != &DCC_RELAY && dcc[idx2].type != &DCC_FORK_BOT &&
|
/dports/irc/eggdrop/eggdrop-1.9.1/doc/ |
H A D | Changes1.4 | 126 - Added for cmd_botattr DCC_FORK_BOT-check.
|