diff options
Diffstat (limited to '')
-rw-r--r-- | bouncer/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bouncer/core.h b/bouncer/core.h index 28b99f2..0f99d82 100644 --- a/bouncer/core.h +++ b/bouncer/core.h @@ -1,6 +1,9 @@ #ifndef CORE_H #define CORE_H +// CTCP version reply +#define VULPIRC_VERSION_STRING "VulpIRC 0.0.0" + // Set in build.sh //#define USE_GNUTLS |