summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-26 13:57:59 -0500
committerJune McEnroe <june@causal.agency>2019-12-26 13:57:59 -0500
commit7a14403386c5467386d5402432bd3dfd49cc95b4 (patch)
tree2d85d89abafe0bc16d703f01f0db15f2eb5a3e74
parentInline queries, move stuff around (diff)
downloadlitterbox-7a14403386c5467386d5402432bd3dfd49cc95b4.tar.gz
litterbox-7a14403386c5467386d5402432bd3dfd49cc95b4.zip
Make sure context exists in handleReplyTopic
-rw-r--r--litterbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/litterbox.c b/litterbox.c
index 1e49bf5..2a156b1 100644
--- a/litterbox.c
+++ b/litterbox.c
@@ -281,6 +281,7 @@ static void insertTopic(
 static void handleReplyTopic(struct Message *msg) {
 	require(msg, false, 2);
 	if (!strcmp(msg->cmd, "331")) msg->params[2] = "";
+	insertContext(msg->params[1], false);
 	insertTopic(msg->time, msg->params[1], msg->params[2]);
 }
 
ommit/home/.local/bin/up?id=df5b8b987e8dd3e54df56d5e5569fabad5cb9eba&follow=1'>Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe 2018-08-18Cut off path components until right prompt fitsJune McEnroe 2018-08-17Add "private" alias to source encrypted fileJune McEnroe 2018-08-17Add vim mapping to add a #includeJune McEnroe