ekg2
GIT master
|
#include "ekg2.h"
#include <ekg/scripts.h>
#include <plugins/irc/irc.h>
#include "perl_core.h"
#include "perl_bless.h"
#include <EXTERN.h>
#include <perl.h>
#include <XSUB.h>
Definicje | |
#define | debug_bless(args...) ; |
#define | HAVE_IRC 1 |
Funkcje | |
void | ekg2_bless_session (HV *hv, session_t *session) |
void | ekg2_bless_irc_server (HV *hv, session_t *session) |
void | ekg2_bless_irc_channel (HV *hv, channel_t *chan) |
void | ekg2_bless_irc_user (HV *hv, people_t *person) |
void | ekg2_bless_irc_channuser (HV *hv, people_chan_t *ch) |
void | ekg2_bless_session_var (HV *hv, session_param_t *p) |
void | ekg2_bless_var (HV *hv, variable_t *var) |
void | ekg2_bless_command (HV *hv, command_t *command) |
void | ekg2_bless_fstring (HV *hv, fstring_t *fstr) |
void | ekg2_bless_watch (HV *hv, watch_t *watch) |
void | ekg2_bless_window (HV *hv, window_t *window) |
static char * | inet_ntoa_u (guint32 ip) |
void | ekg2_bless_user (HV *hv, userlist_t *user) |
void | ekg2_bless_timer (HV *hv, ekg_timer_t timer) |
void | ekg2_bless_plugin (HV *hv, plugin_t *plugin) |
void | ekg2_bless_script (HV *hv, script_t *scr) |
SV * | ekg2_bless (perl_bless_t flag, int flag2, void *object) |
#define debug_bless | ( | args... | ) | ; |
#define HAVE_IRC 1 |
SV* ekg2_bless | ( | perl_bless_t | flag, |
int | flag2, | ||
void * | object | ||
) |
void ekg2_bless_command | ( | HV * | hv, |
command_t * | command | ||
) |
void ekg2_bless_fstring | ( | HV * | hv, |
fstring_t * | fstr | ||
) |
void ekg2_bless_irc_channel | ( | HV * | hv, |
channel_t * | chan | ||
) |
void ekg2_bless_irc_channuser | ( | HV * | hv, |
people_chan_t * | ch | ||
) |
void ekg2_bless_irc_server | ( | HV * | hv, |
session_t * | session | ||
) |
void ekg2_bless_irc_user | ( | HV * | hv, |
people_t * | person | ||
) |
void ekg2_bless_plugin | ( | HV * | hv, |
plugin_t * | plugin | ||
) |
void ekg2_bless_script | ( | HV * | hv, |
script_t * | scr | ||
) |
void ekg2_bless_session | ( | HV * | hv, |
session_t * | session | ||
) |
void ekg2_bless_session_var | ( | HV * | hv, |
session_param_t * | p | ||
) |
void ekg2_bless_timer | ( | HV * | hv, |
ekg_timer_t | timer | ||
) |
void ekg2_bless_user | ( | HV * | hv, |
userlist_t * | user | ||
) |
void ekg2_bless_var | ( | HV * | hv, |
variable_t * | var | ||
) |
void ekg2_bless_watch | ( | HV * | hv, |
watch_t * | watch | ||
) |
void ekg2_bless_window | ( | HV * | hv, |
window_t * | window | ||
) |
|
inlinestatic |