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 --- state.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'state.c') diff --git a/state.c b/state.c index c46aa8c..8d45b2e 100644 --- a/state.c +++ b/state.c @@ -213,6 +213,13 @@ void stateParse(char *line) { void stateSync(struct Client *client) { assert(stateReady()); + clientFormat( + client, + ":%s NOTICE %s :" + "pounce is AGPLv3 fwee softwawe ^w^ code is avaiwable fwom %s\r\n", + Origin, self.nick, SourceURL + ); + clientFormat( client, ":%s 001 %s :%s\r\n" -- cgit 1.4.1