summary refs log tree commit diff
path: root/state.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
committerJune McEnroe <june@causal.agency>2019-10-25 21:09:56 -0400
commitc45d919ac3518d014277d715944ead2c499cacfe (patch)
treeb9eef932f0c3df5e94cd367bb2580d7d25f7c9ca /state.c
parentRename project pounce (diff)
downloadpounce-c45d919ac3518d014277d715944ead2c499cacfe.tar.gz
pounce-c45d919ac3518d014277d715944ead2c499cacfe.zip
Add AGPLv3 notice on client registration
OwO
Diffstat (limited to 'state.c')
-rw-r--r--state.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/state.c b/state.c
index c46aa8c..8d45b2e 100644
--- a/state.c
+++ b/state.c
@@ -215,6 +215,13 @@ void stateSync(struct Client *client) {
 
 	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"
 		":%s 002 %s :%s\r\n"
 		":%s 003 %s :%s\r\n",