diff options
| author | 2010-08-05 09:10:54 -0400 | |
|---|---|---|
| committer | 2010-08-05 09:10:54 -0400 | |
| commit | 818f9f79047e27979720495dd67df8a6ead9d212 (patch) | |
| tree | f1d44a54d60351c9992407c1c84f28a1e04e4c57 /include/modules.h | |
| parent | Call OnCheckJoin for override joins so hooks are still run (diff) | |
Allow OnParameterMissing to fill in the missing parameter
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 99b702578..a1f575be4 100644 --- a/include/modules.h +++ b/include/modules.h @@ -104,7 +104,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 2 +#define INSPIRCD_VERSION_API 3 /** * This #define allows us to call a method in all |
