Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Remove freenode references
Browse files Browse the repository at this point in the history
Removed freenode-specific references, replaced with 'network'. Left
freenode/#cinch-bots as the 'example' however.
  • Loading branch information
rikai committed May 8, 2013
1 parent 9a9ef09 commit 0bd0d6d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1,2 +1,2 @@
web: bundle exec thin start -p $PORT -e production
irc: ruby showbot_irc.rb freenode_live
irc: ruby showbot_irc.rb network_live
2 changes: 1 addition & 1 deletion Procfile.local
@@ -1,2 +1,2 @@
web: bundle exec thin start -p 5000 -e development
irc: ruby showbot_irc.rb freenode_test
irc: ruby showbot_irc.rb network_test
18 changes: 9 additions & 9 deletions cinchize.yml
Expand Up @@ -44,8 +44,8 @@ plugins: &plugins
Site_Uri:
- "http://www.example.com/"

# The base configuration for freenode
freenode_base: &freenode_base
# The base configuration, Freenode in the example configuration.
network_base: &network_base
<<: *plugins
server: irc.freenode.net
port: 6667
Expand All @@ -55,13 +55,13 @@ options:
dir_mode: normal
dir: "pid"
servers:
freenode_test:
<<: *freenode_base
nick: showbot_test
network_test:
<<: *network_base
nick: botname_test
channels:
- "#cinch-bots"
freenode_live:
<<: *freenode_base
nick: showbot
network_live:
<<: *network_base
nick: botname
channels:
- "#5by5"
- "#cinch-bots"

0 comments on commit 0bd0d6d

Please sign in to comment.