Sha256: 2896aaa472d0b13017383a1ebcbb3d23b01f8beb5487dd1395ae2620dc51ee04

Contents?: true

Size: 318 Bytes

Versions: 9

Compression:

Stored size: 318 Bytes

Contents

#!/usr/bin/env ruby

ROOT_DIR = File.expand_path('../..', __FILE__)
$LOAD_PATH.unshift(ROOT_DIR)
CONFIG_DIR = ENV['CONFIG_DIR'] || File.join(File.expand_path('~'),'.cogbot')
CONFIG_FILE = File.join(CONFIG_DIR,'cogbot.yml')
LOG_DIR = File.join(CONFIG_DIR,'logs')

require 'yaml'
require 'lib/cogbot'

Cogbot::Bot.start

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cogbot-0.1.14 bin/cogbot
cogbot-0.1.13 bin/cogbot
cogbot-0.1.12 bin/cogbot
cogbot-0.1.11 bin/cogbot
cogbot-0.1.10 bin/cogbot
cogbot-0.1.9 bin/cogbot
cogbot-0.1.7 bin/cogbot
cogbot-0.1.6 bin/cogbot
cogbot-0.1.5 bin/cogbot