diff options
author | attilamolnar <attilamolnar@hush.com> | 2013-03-03 23:13:54 +0100 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2013-03-11 20:48:58 +0100 |
commit | fe9e5947552cc8b044a7ce47ffbee06ee7283886 (patch) | |
tree | 55a81f48ccfe503d4d6ed84798d042ee87b92ca8 /include/modules.h | |
parent | 2bdbb2878efb600af81513147983aeac7bd62331 (diff) |
Fix m_dnsbl not checking cgiirc users when the cgiirc address is elined
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 2b9237a5d..e450233da 100644 --- a/include/modules.h +++ b/include/modules.h @@ -116,7 +116,7 @@ struct ModResult { * and numerical comparisons in preprocessor macros if they wish to support * multiple versions of InspIRCd in one file. */ -#define INSPIRCD_VERSION_API 3 +#define INSPIRCD_VERSION_API 4 /** * This #define allows us to call a method in all |