diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-06 13:49:34 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-03-06 13:49:34 +0000 |
commit | b790abb1545fc22d0f6799f48d4b7df22711db8a (patch) | |
tree | 0fccc47a24f0285e89977302c5465f956cf854e9 /include/modules.h | |
parent | 767fc7ad41553d8f18988d2330d99c5c89f994e4 (diff) |
This properly fixes options:hidebans and options:hidesplits by providing the facility to have two different quit messages for a user, one an oper sees and one a normal user sees.
There are default values on the oper_quit parameters through the entire source so that if oper_quit parameter is not given it defaults to the same as the user_quit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6630 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 473f84547..59d777b71 100644 --- a/include/modules.h +++ b/include/modules.h @@ -75,7 +75,7 @@ enum MessageType { * ipv4 servers, so this value will be ten times as * high on ipv6 servers. */ -#define NATIVE_API_VERSION 11014 +#define NATIVE_API_VERSION 11015 #ifdef IPV6 #define API_VERSION (NATIVE_API_VERSION * 10) #else |