aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/irc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/irc.c b/src/irc.c
index 5035ace..e616f15 100644
--- a/src/irc.c
+++ b/src/irc.c
@@ -528,6 +528,7 @@ int irc_read(void) {
err = nstatus(url);
if(err != 1) {
+ regged = 0;
if(err == 136) {
scr_print_current("Disconnected, press any key...\n");
} else {