diff options
Diffstat (limited to '')
-rw-r--r-- | bounce.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bounce.h b/bounce.h index e6efe10..69ba51d 100644 --- a/bounce.h +++ b/bounce.h @@ -30,6 +30,9 @@ #define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0])) +static const char *SourceURL = "https://code.causal.agency/june/pounce"; +static const char *Origin = "irc.invalid"; + bool verbose; enum { ParamCap = 15 }; |