Skip to content

Commit

Permalink
Merge pull request #3 from programble/d8e80346c8c838a59f157bf7f29d1e2…
Browse files Browse the repository at this point in the history
…08261c304

Fixed the "all weapons" special case
  • Loading branch information
Ricky Elrod committed Jul 14, 2011
2 parents c23bfd1 + d8e8034 commit ac7ca61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bam.rb
Expand Up @@ -59,7 +59,7 @@ def urt_info(host, port)
weapons = case weapons.size
when 0
'knives'
when 6
when 7
'all weapons'
else
weapons.join(', ')
Expand Down Expand Up @@ -204,4 +204,4 @@ def run

bot.run
sleep 5
end
end

0 comments on commit ac7ca61

Please sign in to comment.