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/commands.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/commands.h')
-rw-r--r-- | include/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h index aa6fcf206..589168409 100644 --- a/include/commands.h +++ b/include/commands.h @@ -80,6 +80,7 @@ void handle_qline(char **parameters, int pcnt, userrec *user); void handle_eline(char **parameters, int pcnt, userrec *user); void handle_server(char **parameters, int pcnt, userrec *user); void handle_loadmodule(char **parameters, int pcnt, userrec *user); +void handle_unloadmodule(char **parameters, int pcnt, userrec *user); /** Special functions for processing server to server traffic */ |