Skip to content

Commit

Permalink
#cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmcbride committed Nov 8, 2009
1 parent a151d70 commit 7b35cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakbot.rb
Expand Up @@ -149,8 +149,8 @@ def initialize(options)

%w[finished].to_regexp =>
lambda do |nick, event, match|
stories = tracker.find(:state => 'finished')
tracker = current_tracker_for nick
stories = tracker.find :state => 'finished'
reply event, "There are #{stories.size} finished stories."

#reply(event, stories.map{|s| "#{s.story_type.capitalize} #{s.id}: #{s.name}"}.join("\r"))
Expand Down

0 comments on commit 7b35cbd

Please sign in to comment.