diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:04:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-07 17:04:04 +0000 |
commit | 211b24ba8cf6e21f435f145b0366adc8a3b62460 (patch) | |
tree | 8119f965d57ad163f57c220ff8e11ca772184419 /include/inspircd.h | |
parent | e4a08d44617d8b46f58a0e110ffcf7f8df29a56f (diff) |
Started work on /UNLOADMODULE, resource tracking and flags in Version class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index e54da779b..b7a5b7104 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -159,6 +159,7 @@ long map_count(const char* s); userrec* ReHashNick(char* Old, char* New); long GetMaxBans(char* name); bool LoadModule(const char* filename); +bool UnloadModule(const char* filename); char* ModuleError(); // mesh network functions |