cinch-bgg 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "cinch-bgg"
5
- s.version = "0.0.6"
5
+ s.version = "0.0.7"
6
6
  s.platform = Gem::Platform::RUBY
7
7
  s.authors = ["Caitlin Woodward"]
8
8
  s.email = ["caitlin@caitlinwoodward.me"]
@@ -57,7 +57,7 @@ module Cinch
57
57
  end
58
58
 
59
59
  def bggactualuser(m, nick)
60
- user = search_for_user(nick)
60
+ user = search_for_user(m, nick)
61
61
  self.show_user_details(m, user)
62
62
  end
63
63
 
@@ -181,7 +181,7 @@ module Cinch
181
181
  end
182
182
 
183
183
  def find_bgg_by_irc(irc_nick)
184
- @community[irc_nick.downcase]
184
+ @community[irc_nick]
185
185
  end
186
186
 
187
187
  def in_community?(irc_nick)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cinch-bgg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: