aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules.h
diff options
context:
space:
mode:
authorGravatar w00t2007-05-15 16:40:37 +0000
committerGravatar w00t2007-05-15 16:40:37 +0000
commit5dbf63c2a3f8a702e06c95bbb0952f9b4ea34dad (patch)
treeca8ea1f45b13115839e67987e6da51dca010c3be /include/modules.h
parentAdd cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :) (diff)
downloadinspircd++-5dbf63c2a3f8a702e06c95bbb0952f9b4ea34dad.tar.gz
inspircd++-5dbf63c2a3f8a702e06c95bbb0952f9b4ea34dad.tar.bz2
inspircd++-5dbf63c2a3f8a702e06c95bbb0952f9b4ea34dad.zip
Rather largeish change to class checking on connect to fix a few minor bits and bobs here and there
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7029 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/modules.h')
-rw-r--r--include/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h
index 752479014..c873111ad 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 11023
+#define NATIVE_API_VERSION 11024
#ifdef IPV6
#define API_VERSION (NATIVE_API_VERSION * 10)
#else