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 '')
-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",
6&follow=1'>Simplify macOS notify-sendJune McEnroe 2020-02-12Add imbox and notemap to pageJune McEnroe 2020-02-12Collapse simple linksJune McEnroe 2020-02-12Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe