From 19ca935e3314d82acb6a5cd8bf14179c2c0424c1 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 29 Mar 2022 18:38:52 -0400 Subject: Send 900 as part of stateSync Sent before 001 since that is normally when you would receive it. --- state.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/state.c b/state.c index b1d5573..0569902 100644 --- a/state.c +++ b/state.c @@ -398,6 +398,13 @@ void stateSync(struct Client *client) { clientOrigin, self.nick, SOURCE_URL ); + if (stateAccount) { + clientFormat( + client, ":%s 900 %s %s %s :You are now logged in as %s\r\n", + clientOrigin, self.nick, stateEcho(), stateAccount, stateAccount + ); + } + clientFormat( client, ":%s 001 %s :%s\r\n", intro.origin, self.nick, intro.welcome -- cgit 1.4.1 r' selected='selected'>master dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2025-02-08/lens (unfollow)
Commit message (Expand)Author
2025-12-26Add ability to specify chemistryJune McEnroe
2025-12-22Expand regular expressionJune McEnroe
2025-12-22Let -n prevent postingJune McEnroe
2025-12-22Dehtml pronoun fieldsJune McEnroe
2025-12-10Add Rose/HouseJune McEnroe
2025-11-19Bilingualize pronouns regexJune McEnroe
2025-11-19Hardcode a follower IDJune McEnroe
2025-11-18Add pronouns bot scriptJune McEnroe
2025-08-27Update DESCRIPTION of myselfJune McEnroe
2025-08-18Publish "time"June McEnroe
2025-08-18Add a bunch of film roll metadataJune McEnroe
2025-08-18Add a draftJune McEnroe