From 7f819c1a4cc13effc45ceac600ff8c7b1e254f3d Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 10 Feb 2007 13:42:34 +0000 Subject: Reenable auto user listing --- vchat-protocol.c | 1 + 1 file changed, 1 insertion(+) (limited to 'vchat-protocol.c') diff --git a/vchat-protocol.c b/vchat-protocol.c index c1e88c5..fc89cf3 100755 --- a/vchat-protocol.c +++ b/vchat-protocol.c @@ -565,6 +565,7 @@ justloggedin (char *message) if (!loggedin) { loadcfg(getstroption(CF_LOGINSCRIPT),handleline); + handleline(".S"); loggedin = 1; } } -- cgit v1.2.3