Skip to content

Commit

Permalink
Added spaces around "|" for better readability.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Aug 19, 2010
1 parent 33da982 commit 430801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mathetes/plugins/github-hook.rb
Expand Up @@ -172,7 +172,7 @@ def initialize( mathetes )
end
when 'list'
if args[ 1 ].nil?
message.answer "#{BANG_COMMAND} list <github repo name|#channel>"
message.answer "#{BANG_COMMAND} list <github repo name | #channel>"
else
@repos.transaction do
r = @repos[ args[1] ]
Expand Down

0 comments on commit 430801a

Please sign in to comment.