#!/usr/bin/perl

use Geckobot;

$x = new Geckobot(config_file => "gb.config", "gaudy" => 1);
$x->start();
