ekg2  GIT master
Funkcje | Zmienne
Dokumentacja pliku autoresponder.c
#include "ekg2.h"
#include <sys/types.h>
Wykres zależności załączania dla autoresponder.c:

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 }
 

Dokumentacja funkcji

◆ __attribute__()

__attribute__ ( (visibility("default"))  )

◆ autoresponder_message()

static int autoresponder_message ( void *  data,
va_list  ap 
)
static

◆ autoresponder_plugin_destroy()

static int autoresponder_plugin_destroy ( void  )
static

◆ autoresponder_plugin_init()

int autoresponder_plugin_init ( int  prio)

◆ autoresponder_varchange()

static void autoresponder_varchange ( const char *  varname)
static

◆ list_find_str()

static list_t list_find_str ( const list_t  first,
const char *  needle 
)
static

Dokumentacja zmiennych

◆ autoresponder_allowed_uids

list_t autoresponder_allowed_uids
static

◆ autoresponder_answer_regex

GRegex* autoresponder_answer_regex = NULL
static

◆ autoresponder_plugin

plugin_t autoresponder_plugin = { .name = "autoresponder", .pclass = PLUGIN_GENERIC , .destroy = autoresponder_plugin_destroy, .theme_init = NULL }

◆ config_autoresponder_allowed_sessions

char* config_autoresponder_allowed_sessions = NULL
static

◆ config_autoresponder_answer

char* config_autoresponder_answer = NULL
static

◆ config_autoresponder_greeting

char* config_autoresponder_greeting = NULL
static

◆ config_autoresponder_match_mode

int config_autoresponder_match_mode = 1
static

◆ config_autoresponder_question

char* config_autoresponder_question = NULL
static