summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorCurtis McEnroe2018-11-29 18:20:24 -0500
committerCurtis McEnroe2018-11-29 18:20:24 -0500
commitd7659376d16380d862fe5b6b8a886a9115a0f2cf (patch)
treeba708ddc4ca14943a470b874fcc05181fbf21c93 /handle.c
parent5881a97c33c2a02b038a504a9027b8843029ac6c (diff)
Add basic log replay
Diffstat (limited to 'handle.c')
-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);