From c45d919ac3518d014277d715944ead2c499cacfe Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 25 Oct 2019 21:09:56 -0400 Subject: Add AGPLv3 notice on client registration OwO --- bounce.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bounce.h') 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 }; -- cgit 1.4.1