summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-20 19:11:44 -0400
committerJune McEnroe <june@causal.agency>2018-08-20 19:11:44 -0400
commitb4ca3a5dfc459505c5abb40f73927fe91d38e640 (patch)
tree80c3d35cbd88317902cc76fe86fed5a241228ac3 /handle.c
parentRemove unnecessary include (diff)
downloadcatgirl-b4ca3a5dfc459505c5abb40f73927fe91d38e640.tar.gz
catgirl-b4ca3a5dfc459505c5abb40f73927fe91d38e640.zip
Don't clobber tab order on /who
Diffstat (limited to '')
-rw-r--r--handle.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/handle.c b/handle.c
index 0036100..07c5a62 100644
--- a/handle.c
+++ b/handle.c
@@ -308,8 +308,7 @@ static void handleReplyWho(char *prefix, char *params) {
 	);
 	struct Tag tag = tagFor(chan);
 
-	// FIXME: Don't clobber order if they already exist.
-	tabTouch(tag, nick);
+	tabAdd(tag, nick);
 
 	size_t cap = sizeof(who.buf) - who.len;
 	int len = snprintf(
roe 2024-06-15Add photo descriptions from June 12June McEnroe 2024-06-10Add first roll of film from June 8June McEnroe 2024-06-10Cope with not having an EXIF infoJune McEnroe 2024-06-10Resize using target pixel counts for consistencyJune McEnroe This will resize film scans to about the same size as for the digital photos. 2024-06-10Add The Girl Who Was Convinced...June McEnroe Not much there. The illustrations are very nice though. 2024-06-09Add photos from May 31June McEnroe 2024-06-09Use monospace on photo pagesJune McEnroe 2024-06-09Put lens and (future) film at the tops of photo pagesJune McEnroe 2024-05-22Remove use of sysexits.hJune McEnroe 2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe 2024-05-21Fix = precedence in whenJune McEnroe