ekg2
|
Idź do kodu źródłowego tego pliku.
Struktury danych | |
struct | gg_private_t |
struct | gg_currently_checked_t |
struct | gg_userlist_private_t |
Definicje | |
#define | gg_userlist_priv_get(u) ((gg_userlist_private_t *) userlist_private_get(&gg_plugin, u)) |
Wyliczenia | |
enum | gg_quiet_t { GG_QUIET_CHANGE = 0x0001 } |
Funkcje | |
int | gg_command_image (const char *name, const char **params, session_t *session, const char *target, int quiet) |
void | gg_register_commands () |
int | gg_session_handler (int type, int fd, watch_type_t watch, session_t *s) |
Zmienne | |
plugin_t | gg_plugin |
char * | last_tokenid |
int | gg_config_display_token |
int | gg_config_audio |
int | gg_config_dcc |
char * | gg_config_dcc_ip |
char * | gg_config_dcc_limit |
int | gg_config_dcc_port |
int | gg_config_get_images |
char * | gg_config_images_dir |
int | gg_config_image_size |
int | gg_config_split_messages |
list_t | gg_currently_checked |
#define gg_userlist_priv_get | ( | u | ) | ((gg_userlist_private_t *) userlist_private_get(&gg_plugin, u)) |
enum gg_quiet_t |
int gg_command_image | ( | const char * | name, |
const char ** | params, | ||
session_t * | session, | ||
const char * | target, | ||
int | quiet | ||
) |
void gg_register_commands | ( | ) |
int gg_session_handler | ( | int | type, |
int | fd, | ||
watch_type_t | watch, | ||
session_t * | s | ||
) |
int gg_config_audio |
int gg_config_dcc |
char* gg_config_dcc_ip |
char* gg_config_dcc_limit |
char* gg_config_images_dir |
char* last_tokenid |