KVIrc 5.2.6
Developer APIs
libkviregchan.cpp File Reference
#include "KviModule.h"
#include "KviRegisteredChannelDataBase.h"
#include "KviLocale.h"
#include "kvi_out.h"
#include "KviControlCodes.h"
#include "KviWindow.h"
#include "kvi_debug.h"

Functions

static bool regchan_kvs_cmd_add (KviKvsModuleCommandCall *c)
 
static bool regchan_kvs_cmd_remove (KviKvsModuleCommandCall *c)
 
static bool regchan_kvs_cmd_setProperty (KviKvsModuleCommandCall *c)
 
static bool regchan_kvs_cmd_showlist (KviKvsModuleCommandCall *c)
 
static bool regchan_kvs_fnc_find (KviKvsModuleFunctionCall *c)
 
static bool regchan_kvs_fnc_list (KviKvsModuleFunctionCall *c)
 
static bool regchan_kvs_fnc_match (KviKvsModuleFunctionCall *c)
 
static bool regchan_kvs_fnc_property (KviKvsModuleFunctionCall *c)
 
static bool regchan_module_can_unload (KviModule *)
 
static bool regchan_module_cleanup (KviModule *)
 
static bool regchan_module_init (KviModule *m)
 

Variables

KVIRC_API KviRegisteredChannelDataBaseg_pRegisteredChannelDataBase
 

Function Documentation

◆ regchan_kvs_cmd_add()

◆ regchan_kvs_cmd_remove()

◆ regchan_kvs_cmd_setProperty()

◆ regchan_kvs_cmd_showlist()

◆ regchan_kvs_fnc_find()

◆ regchan_kvs_fnc_list()

◆ regchan_kvs_fnc_match()

◆ regchan_kvs_fnc_property()

◆ regchan_module_can_unload()

static bool regchan_module_can_unload ( KviModule * )
static

◆ regchan_module_cleanup()

static bool regchan_module_cleanup ( KviModule * )
static

◆ regchan_module_init()

Variable Documentation

◆ g_pRegisteredChannelDataBase