Sha256: b40938913bd422f71af932f8e6b36c209032aab0eab3cb7085bf026a7d763ccb
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 Bytes
Contents
#!/usr/bin/env ruby ROOT_DIR = File.expand_path('../..', __FILE__) $LOAD_PATH.unshift(ROOT_DIR) 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
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
cogbot-0.1.4 | bin/cogbot |
cogbot-0.1.3 | bin/cogbot |
cogbot-0.1.2 | bin/cogbot |
cogbot-0.1.1 | bin/cogbot |
cogbot-0.1.0 | bin/cogbot |
cogbot-0.0.3 | bin/cogbot |
cogbot-0.0.2 | bin/cogbot |