modules/script/scriptmod.c File Reference

#include <eggdrop/eggdrop.h>
#include "egg_script_internal.h"

Go to the source code of this file.

Functions

static int script_module_unload (char *name)
EXPORT_SCOPE int script_LTX_start (egg_module_t *modinfo)

Variables

static const char rcsid [] = "$Id: scriptmod.c,v 1.16 2008-10-17 15:57:43 sven Exp $"
script_command_t script_bind_cmds []
script_command_t script_net_cmds []
script_command_t script_dns_cmds []
script_command_t script_new_user_cmds []
script_command_t script_party_cmds []
script_command_t script_timer_cmds []
script_command_t script_log_cmds []
script_command_t script_config_cmds []
script_command_t script_misc_cmds []
static script_command_t script_mod_cmds []


Function Documentation

int script_LTX_start ( egg_module_t modinfo  ) 

static int script_module_unload ( char *  name  )  [static]

Definition at line 30 of file scriptmod.c.

References module_unload(), and MODULE_USER.

00031 {
00032   return module_unload(name, MODULE_USER);
00033 }


Variable Documentation

const char rcsid[] = "$Id: scriptmod.c,v 1.16 2008-10-17 15:57:43 sven Exp $" [static]

Definition at line 21 of file scriptmod.c.

Definition at line 70 of file scriptbind.c.

Definition at line 113 of file scriptconfig.c.

Definition at line 37 of file scriptdns.c.

Definition at line 37 of file scriptlog.c.

Definition at line 161 of file scriptmisc.c.

Initial value:

 {
  {"module", "load", (Function) module_load, NULL, 1, "s", "name", SCRIPT_INTEGER, 0},  
  {"module", "unload", (Function) script_module_unload, NULL, 1, "s", "name", SCRIPT_INTEGER, 0}, 
  {"module", "add_dir", (Function) module_add_dir, NULL, 1, "s", "dir", SCRIPT_INTEGER, 0}, 
  {"module", "loaded", (Function) module_loaded, NULL, 1, "s", "name", SCRIPT_INTEGER, 0},  
  {0}
}

Definition at line 35 of file scriptmod.c.

Definition at line 348 of file scriptnet.c.

Definition at line 162 of file scriptuser.c.

Definition at line 27 of file scriptparty.c.

Definition at line 125 of file scripttimer.c.


Generated on Sun Nov 30 18:43:36 2008 for eggdrop1.9 by  doxygen 1.5.6