summaryrefslogtreecommitdiff
path: root/vchat-protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'vchat-protocol.c')
-rwxr-xr-xvchat-protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vchat-protocol.c b/vchat-protocol.c
index 5554796..c1e88c5 100755
--- a/vchat-protocol.c
+++ b/vchat-protocol.c
@@ -564,7 +564,7 @@ justloggedin (char *message)
564 /* we're not logged in, change status and request nicks */ 564 /* we're not logged in, change status and request nicks */
565 if (!loggedin) 565 if (!loggedin)
566 { 566 {
567 networkoutput (".S"); 567 loadcfg(getstroption(CF_LOGINSCRIPT),handleline);
568 loggedin = 1; 568 loggedin = 1;
569 } 569 }
570} 570}