summary refs log tree commit diff
path: root/handle.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-26 19:27:50 -0400
committerJune McEnroe <june@causal.agency>2019-10-26 19:27:50 -0400
commit2cb82d4cfd6bacdeb72db68ef3eb1f723133c58c (patch)
tree314df3297396e512d6c94a0304a5d5f368444a20 /handle.c
parentAdd C-u and move underline to C-_ (diff)
downloadcatgirl-2cb82d4cfd6bacdeb72db68ef3eb1f723133c58c.tar.gz
catgirl-2cb82d4cfd6bacdeb72db68ef3eb1f723133c58c.zip
Refresh prompt on 001 with different nick
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 fef6ee5..fe15d9a 100644
--- a/handle.c
+++ b/handle.c
@@ -137,6 +137,7 @@ static void handleReplyWelcome(char *prefix, char *params) {
 		free(self.nick);
 		self.nick = strdup(nick);
 		if (!self.nick) err(EX_OSERR, "strdup");
+		uiPrompt(true);
 	}
 	if (self.join && self.keys) {
 		ircFmt("JOIN %s %s\r\n", self.join, self.keys);
='logheader'>2020-06-07Add OpenBSD to install.shJune McEnroe Straightforward. 2020-06-03Add The Song of AchillesJune McEnroe 2020-06-01Allow redirecting input in everJune McEnroe 2020-05-31Add %c conversion to c scriptJune McEnroe 2020-05-31Add c script to READMEJune McEnroe 2020-05-31Add c scriptJune McEnroe 2020-05-31Update mdoc source URLsJune McEnroe 2020-05-26Remove unfinished PSF fontsJune McEnroe07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe When? Now. 2019-07-24Remove histedit from bitJune McEnroe