Removed include files

This commit is contained in:
David Anderson 2004-09-10 03:16:30 +00:00
parent 5043a40c51
commit 267db7cc2b
2 changed files with 12 additions and 0 deletions

View File

@ -104,6 +104,13 @@ public plugin_init() {
#endif
}
#if defined USING_SQL
public plugin_modules()
{
register_module("DBI")
}
#endif
public plugin_cfg() {
new configFile[64],curMap[32]
get_configsdir(configFile,31)

View File

@ -53,6 +53,11 @@ public plugin_init() {
g_coloredMenus = colored_menus()
}
public plugin_modules()
{
register_module("fun")
}
public actionTelMenu(id,key) {
switch (key) {
case 6: {