ekg2
GIT master
|
Funkcje | |
static list_t | list_find_str (const list_t first, const char *needle) |
static int | autoresponder_message (void *data, va_list ap) |
static void | autoresponder_varchange (const char *varname) |
int | autoresponder_plugin_init (int prio) |
static int | autoresponder_plugin_destroy (void) |
__attribute__ ((visibility("default"))) | |
Zmienne | |
static char * | config_autoresponder_question = NULL |
static char * | config_autoresponder_answer = NULL |
static char * | config_autoresponder_greeting = NULL |
static char * | config_autoresponder_allowed_sessions = NULL |
static int | config_autoresponder_match_mode = 1 |
static GRegex * | autoresponder_answer_regex = NULL |
static list_t | autoresponder_allowed_uids |
plugin_t | autoresponder_plugin = { .name = "autoresponder", .pclass = PLUGIN_GENERIC , .destroy = autoresponder_plugin_destroy, .theme_init = NULL } |
__attribute__ | ( | (visibility("default")) | ) |
|
static |
|
static |
int autoresponder_plugin_init | ( | int | prio | ) |
|
static |
|
static |
|
static |
plugin_t autoresponder_plugin = { .name = "autoresponder", .pclass = PLUGIN_GENERIC , .destroy = autoresponder_plugin_destroy, .theme_init = NULL } |
|
static |
|
static |
|
static |
|
static |
|
static |