Skip to content

Commit

Permalink
added not pushing public/system/* to .gitignore. also set default cha…
Browse files Browse the repository at this point in the history
…nnel to be named lobby. fixed #9
  • Loading branch information
fusion94 committed Jan 25, 2013
1 parent d112c8b commit 0c3e253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,5 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

public/system/*
2 changes: 1 addition & 1 deletion lib/tasks/kandan.rake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace :kandan do

if channel.nil?
puts "Creating default channel..."
channel = Channel.create :name => "Castle"
channel = Channel.create :name => "Lobby"

["Welcome to Kandan, the slickest chat app out there. Brought to you by the good people of CloudFuji (http://cloudfuji.com) and friends",
"We think you'll really like Kandan, but if there's anything you would like to see, Kandan is fully open source, so you can dive into it or make suggestions on the mailing list.",
Expand Down

0 comments on commit 0c3e253

Please sign in to comment.