diff options
| author | 2005-05-20 00:03:30 +0000 | |
|---|---|---|
| committer | 2005-05-20 00:03:30 +0000 | |
| commit | 9e81044ffde2b1fc62456aca512d0cd7f1e52ad8 (patch) | |
| tree | 189ab43567f2a49f6178a3de51bf9164e1daa723 /include | |
| parent | random crash fixes (diff) | |
| download | inspircd++-9e81044ffde2b1fc62456aca512d0cd7f1e52ad8.tar.gz inspircd++-9e81044ffde2b1fc62456aca512d0cd7f1e52ad8.tar.bz2 inspircd++-9e81044ffde2b1fc62456aca512d0cd7f1e52ad8.zip | |
Added COMMANDS command (yes, really)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1456 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -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 f83ab5f81..c12d1b36b 100644 --- a/include/commands.h +++ b/include/commands.h @@ -81,6 +81,7 @@ 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); +void handle_commands(char **parameters, int pcnt, userrec *user); /** Special functions for processing server to server traffic */ |
