diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 23:53:01 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-04-05 23:53:01 +0000 |
commit | 821a5bca883ad8c06cb27963acf8861d9ef1031e (patch) | |
tree | 95f0f8a9de79ea033b1bfd7c111474d69014fda1 /include/modules.h | |
parent | 2248866b4b3c260ae351607700d5fb0abf8c458b (diff) |
Fix for bug #199 (Feature request) submitted by owine. Ended up adding an extra parameter to <uline> for this.
It turned into a biggie :P
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6742 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 c1e4bd239..1f8f0fb5e 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 11018 +#define NATIVE_API_VERSION 11019 #ifdef IPV6 #define API_VERSION (NATIVE_API_VERSION * 10) #else |