cinch-bgg 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
- data/cinch-bgg.gemspec +1 -1
- data/lib/cinch/plugins/bgg.rb +1 -1
- metadata +1 -1
data/cinch-bgg.gemspec
CHANGED
data/lib/cinch/plugins/bgg.rb
CHANGED
@@ -67,7 +67,7 @@ module Cinch
|
|
67
67
|
end
|
68
68
|
|
69
69
|
def link_to_bgg(m, username)
|
70
|
-
@community[m.user.nick
|
70
|
+
@community[m.user.nick] = username
|
71
71
|
File.open("#{@data_dir}#{USERS_FILE}", 'w') do |file|
|
72
72
|
@community.each do |irc_nick, bgg_name|
|
73
73
|
file.write("#{irc_nick},#{bgg_name}\n")
|