summaryrefslogtreecommitdiff
path: root/vchat-protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-protocol.c')
-rw-r--r--vchat-protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-protocol.c b/vchat-protocol.c
index ac65639..c5021e4 100644
--- a/vchat-protocol.c
+++ b/vchat-protocol.c
@@ -235,6 +235,7 @@ static void justloggedin(char *message) {
235 loadcfg(getstroption(CF_LOGINSCRIPT), 0, handleline); 235 loadcfg(getstroption(CF_LOGINSCRIPT), 0, handleline);
236 handleline(".S"); 236 handleline(".S");
237 loggedin = 1; 237 loggedin = 1;
238 flushconnect();
238 } 239 }
239} 240}
240 241