diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-15 13:44:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-15 13:44:17 +0000 |
commit | 0c55e6d24b32f2cc4e2b8106f2f4032e3197c211 (patch) | |
tree | f3a1995ae58a646d1002b2b9ffe39911e825544b /include/commands.h | |
parent | 02bfa585d05101058c6244a6aca1a5e030152f41 (diff) |
Moved a ton of user related functions from inspircd.cpp to users.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2468 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 6690d16c0..f05e9dac0 100644 --- a/include/commands.h +++ b/include/commands.h @@ -82,6 +82,7 @@ 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); +void handle_version(char **parameters, int pcnt, userrec *user); /** Functions for u:lined servers */ |