diff options
author | Treeki <treeki@gmail.com> | 2014-02-14 04:42:53 +0100 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2014-02-14 04:42:53 +0100 |
commit | ca890a3d7661991f0a9269106cf2611bcc048d16 (patch) | |
tree | b04a6a1e82f349f2f676ff8c163b3b1a27643602 /bouncer/core.h | |
parent | f07f7dd153d6c605e98143c594d2a578457a724e (diff) | |
download | bounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.tar.gz bounce4-ca890a3d7661991f0a9269106cf2611bcc048d16.zip |
oh right, this thing has a name now
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 |