summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
committerJune McEnroe <june@causal.agency>2018-11-29 18:20:24 -0500
commitd7659376d16380d862fe5b6b8a886a9115a0f2cf (patch)
treeba708ddc4ca14943a470b874fcc05181fbf21c93 /handle.c
parentShow unread count in term title (diff)
downloadcatgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.tar.gz
catgirl-d7659376d16380d862fe5b6b8a886a9115a0f2cf.zip
Add basic log replay
Diffstat (limited to '')
-rw-r--r--handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/handle.c b/handle.c
index ae3dbfa..48e7a18 100644
--- a/handle.c
+++ b/handle.c
@@ -196,6 +196,7 @@ static void handleJoin(char *prefix, char *params) {
 	if (isSelf(nick, user)) {
 		tabTouch(TagNone, chan);
 		uiViewTag(tag);
+		logReplay(tag);
 	}
 	tabTouch(tag, nick);
 
;follow=1'>Handle subshells (and functions) inside substitutionsJune McEnroe 2022-06-10Switch to jorts Install scriptJune McEnroe 2022-06-08Indicate if still reading or no resultsJune McEnroe 2022-06-08Add Maiden, Mother, CroneJune McEnroe 2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe 2022-06-03Set line number on File linesJune McEnroe 2022-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe