#include <eggdrop.h>
Data Fields | |
char * | away |
int | msgs_per_sec |
int | con_flags |
int | strip_flags |
char | con_chan [81] |
int | channel |
struct msgq * | buffer |
int | max_line |
int | line_count |
int | current_lines |
char * | su_nick |
Definition at line 396 of file eggdrop.h.
char* away |
Definition at line 397 of file eggdrop.h.
Referenced by answer_local_whom(), cmd_chat(), cmd_su(), dcc_chat(), dcc_chat_pass(), dump_links(), expmem_dcc_general(), kill_dcc_general(), not_away(), remote_tell_who(), set_away(), and tandem_relay_resolve_success().
Definition at line 403 of file eggdrop.h.
Referenced by append_line(), expmem_dcc_general(), flush_lines(), kill_dcc_general(), and tandem_relay_resolve_success().
int channel |
Definition at line 402 of file eggdrop.h.
Referenced by answer_local_whom(), botnet_send_away(), botnet_send_join_idx(), botnet_send_nkch(), botnet_send_part_idx(), cmd_chat(), cmd_me(), cont_tandem_relay(), dcc_chat(), dcc_chat_pass(), dcc_chatter(), dcc_relaying(), dcc_script(), dcc_telnet_pw(), detect_dcc_flood(), display_dcc_chat(), do_boot(), dump_links(), eof_dcc_chat(), eof_dcc_relay(), not_away(), remote_tell_who(), restart_chons(), and set_away().
char con_chan[81] |
Definition at line 401 of file eggdrop.h.
Referenced by dcc_chatter(), dcc_telnet_got_ident(), putlog(), show_banner(), show_motd(), and sub_lang().
int con_flags |
Definition at line 399 of file eggdrop.h.
Referenced by check_dcc_attrs(), check_dcc_chanattrs(), cmd_console(), cmd_su(), dcc_chat_pass(), main(), putlog(), and tandem_relay_resolve_success().
int current_lines |
Definition at line 407 of file eggdrop.h.
Referenced by append_line(), cmd_page(), flush_lines(), and tandem_relay_resolve_success().
int line_count |
Definition at line 406 of file eggdrop.h.
Referenced by append_line(), cmd_page(), flush_lines(), and tandem_relay_resolve_success().
int max_line |
Definition at line 405 of file eggdrop.h.
Referenced by append_line(), cmd_page(), flush_lines(), and tandem_relay_resolve_success().
int msgs_per_sec |
Definition at line 398 of file eggdrop.h.
Referenced by detect_dcc_flood(), and tandem_relay_resolve_success().
int strip_flags |
Definition at line 400 of file eggdrop.h.
Referenced by cmd_strip(), main(), and out_dcc_general().
char* su_nick |
Definition at line 408 of file eggdrop.h.
Referenced by cmd_su(), dcc_chat(), dcc_chat_pass(), and expmem_dcc_general().