about summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 18:23:04 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 18:23:04 -0500
commit7c171b8affd8c27aac8cb9206318314b4041a56c (patch)
treeae285f8731876ef1ed364b7907e3e93a86d1a6a2 /handle.c
parentCall completeClear when closing a window (diff)
downloadcatgirl-7c171b8affd8c27aac8cb9206318314b4041a56c.tar.gz
catgirl-7c171b8affd8c27aac8cb9206318314b4041a56c.zip
Rename query ID on nick change
Diffstat (limited to 'handle.c')
-rw-r--r--handle.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/handle.c b/handle.c
index 48d4344..4e498e9 100644
--- a/handle.c
+++ b/handle.c
@@ -306,6 +306,9 @@ static void handleNick(struct Message *msg) {
 	}
 	size_t id;
 	while (None != (id = completeID(msg->nick))) {
+		if (!strcmp(idNames[id], msg->nick)) {
+			set(&idNames[id], msg->params[0]);
+		}
 		uiFormat(
 			id, Cold, tagTime(msg),
 			"\3%02d%s\3\tis now known as \3%02d%s\3",