From f3f5eb2be53fa14e84ed563c229098c0fcd290f5 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 9 Feb 2007 22:00:16 +0000 Subject: Trying a login script... --- vchat-protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vchat-protocol.c') 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) /* we're not logged in, change status and request nicks */ if (!loggedin) { - networkoutput (".S"); + loadcfg(getstroption(CF_LOGINSCRIPT),handleline); loggedin = 1; } } -- cgit v1.2.3