Skip to content

Commit

Permalink
Version bump 1.0
Browse files Browse the repository at this point in the history
Rewrite of the bot to be a bit more slim lined
  • Loading branch information
liothen committed Mar 31, 2014
1 parent dce390c commit 1a9915d
Show file tree
Hide file tree
Showing 66 changed files with 279 additions and 3,455 deletions.
24 changes: 0 additions & 24 deletions .env.example

This file was deleted.

7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
.idea
tmp/*
data/*
lib/locales/porno.yml
lib/*.pstore
log/*
config/config.yml
config/secret.yml
/locales/porno.yml
*.pstore
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ gem 'god'
gem 'activesupport'

gem 'haml'
gem 'recursive-open-struct'
gem 'require_all'
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ GEM
patron (0.4.18)
pg (0.17.1)
rack (1.5.2)
recursive-open-struct (0.4.5)
require_all (1.3.2)
rest-client (1.6.7)
mime-types (>= 1.16)
sequel (4.7.0)
Expand Down Expand Up @@ -126,6 +128,8 @@ DEPENDENCIES
mkfifo
nokogiri
pg
recursive-open-struct
require_all
sequel
tag_formatter
weather-underground
Expand Down
42 changes: 42 additions & 0 deletions config/config.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# bot name
bot:
nick: zeta
nicks: 'Bota Botaa'
username: zeta
realname: zeta

server:
# bot channel
channels: '#flagrun'
network: Darkscience
hostname: irc.darkscience.net
password:
port: 6697
ssl: true
modes: '+b'

services:
chanserv: t
nickserv: t
memoserv: f
rpgserv: f
botserv: f
hostserv: f

sasl:
username:
password:

plugins:

admin:
fifo:
mode: 0666
path: /tmp/bot

roles:
owner: Liothen
admin: 'me meme mememe'
operator:
halfop:
voice:
File renamed without changes.
1 change: 1 addition & 0 deletions config/initializers/config.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
puts "Loaded init"
File renamed without changes.
File renamed without changes.
Empty file added config/initializers/users.rb
Empty file.
4 changes: 4 additions & 0 deletions config/secret.yml.examle
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
key:
github:
wolfram:
wunderground:
18 changes: 0 additions & 18 deletions db/migrate/001_create_zusers.rb

This file was deleted.

7 changes: 0 additions & 7 deletions db/migrate/002_add_authname_zusers.rb

This file was deleted.

16 changes: 0 additions & 16 deletions irb.rb

This file was deleted.

116 changes: 0 additions & 116 deletions lib/admin/user.rb

This file was deleted.

77 changes: 0 additions & 77 deletions lib/cinch.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/core/admin.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/core/helpers.rb

This file was deleted.

9 changes: 0 additions & 9 deletions lib/core/models.rb

This file was deleted.

Loading

0 comments on commit 1a9915d

Please sign in to comment.