File:  [Coherent Logic Development] / ChivanetConvoBot / README
Revision 1.1: download - view: text, annotated - select for diffs
Mon Feb 3 17:31:28 2025 UTC (5 months, 4 weeks ago) by snw
Branches: MAIN
CVS tags: HEAD
Further MySQL work

    1: GetOptions("aimsn=s" => \$botsn,
    2:            "aimhost=s" => \$botsrv,
    3:            "aimpw=s" => \$botpw,
    4:            "idlemax=s" => \$idlemax,
    5:            "chatroom=s" => \$chatroom,
    6:            "dbhost=s" => \$dbhost,
    7:            "dbname=s" => \$dbname,
    8:            "dbusername=s" => \$dbusername,
    9:            "dbpw=s" => \$dbpw,
   10:            "autogreet=s" => \$autogreet);

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>