diff options
author | erdgeist <> | 2007-02-09 22:00:16 +0000 |
---|---|---|
committer | erdgeist <> | 2007-02-09 22:00:16 +0000 |
commit | f3f5eb2be53fa14e84ed563c229098c0fcd290f5 (patch) | |
tree | 963d27ad4e35d513b3f8a025dba4ac1b073a9459 /vchat-protocol.c | |
parent | 15e849dc81463198636a831fadca1ee140836fa3 (diff) |
Trying a login script...
Diffstat (limited to 'vchat-protocol.c')
-rwxr-xr-x | vchat-protocol.c | 2 |
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 | } |