Annotation of ChivanetConvoBot/README, revision 1.1

1.1     ! snw         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>