diff options
author | erdgeist <> | 2007-02-10 13:42:34 +0000 |
---|---|---|
committer | erdgeist <> | 2007-02-10 13:42:34 +0000 |
commit | 7f819c1a4cc13effc45ceac600ff8c7b1e254f3d (patch) | |
tree | bd2be1e5467ede27b70c38cba97da2effbecb365 | |
parent | 0e8bff001dd831736a16fc1c6ff36f96a77497af (diff) |
Reenable auto user listing
-rwxr-xr-x | vchat-protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
565 | if (!loggedin) | 565 | if (!loggedin) |
566 | { | 566 | { |
567 | loadcfg(getstroption(CF_LOGINSCRIPT),handleline); | 567 | loadcfg(getstroption(CF_LOGINSCRIPT),handleline); |
568 | handleline(".S"); | ||
568 | loggedin = 1; | 569 | loggedin = 1; |
569 | } | 570 | } |
570 | } | 571 | } |