Skip to content

Commit

Permalink
List person when responding with current project
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmcbride committed Nov 7, 2009
1 parent 9fee7fa commit 69222ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trakbot.rb
Expand Up @@ -113,7 +113,7 @@ def initialize(options)
t = ensure_tracker e.from, m[1]
@state[:users][e.from][:current_project] = m[1]
save_state
reply e, "Current project: #{t.project.name}"
reply e, "#{e.from}'s current project: #{t.project.name}"
},

/^#{@options[:nick]}\s+finished/ => lambda {|e,m|
Expand Down

0 comments on commit 69222ca

Please sign in to comment.