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

GetOptions("aimsn=s" => \$botsn,
           "aimhost=s" => \$botsrv,
           "aimpw=s" => \$botpw,
           "idlemax=s" => \$idlemax,
           "chatroom=s" => \$chatroom,
           "dbhost=s" => \$dbhost,
           "dbname=s" => \$dbname,
           "dbusername=s" => \$dbusername,
           "dbpw=s" => \$dbpw,
           "autogreet=s" => \$autogreet);

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