module.cpp File Reference

Module implementation file. More...

#include "module.h"

Go to the source code of this file.

Functions

Plugincontruct_module (BotKernel *b)
void destroy_module (Plugin *p)
bool load (Message *m, Plugin *p, BotKernel *b)
bool unload (Message *m, Plugin *p, BotKernel *b)
bool loadnocheck (Message *m, Plugin *p, BotKernel *b)
bool unloadnocheck (Message *m, Plugin *p, BotKernel *b)
bool listmodules (Message *m, Plugin *p, BotKernel *b)
bool listlibs (Message *m, Plugin *p, BotKernel *b)
bool moduleinfos (Message *m, Plugin *p, BotKernel *b)


Detailed Description

Module implementation file.

Definition in file module.cpp.


Function Documentation

Plugin* contruct_module ( BotKernel b  ) 

Definition at line 52 of file module.cpp.

void destroy_module ( Plugin p  ) 

Definition at line 56 of file module.cpp.

bool listlibs ( Message m,
Plugin p,
BotKernel b 
)

bool listmodules ( Message m,
Plugin p,
BotKernel b 
)

bool load ( Message m,
Plugin p,
BotKernel b 
)

bool loadnocheck ( Message m,
Plugin p,
BotKernel b 
)

bool moduleinfos ( Message m,
Plugin p,
BotKernel b 
)

bool unload ( Message m,
Plugin p,
BotKernel b 
)

bool unloadnocheck ( Message m,
Plugin p,
BotKernel b 
)


Generated on Sun Aug 16 15:28:30 2009 for trustyRC by  doxygen 1.5.8