cinch-test 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/cinch/test/version.rb +1 -1
- data/lib/cinch/test.rb +2 -3
- metadata +1 -1
data/lib/cinch/test/version.rb
CHANGED
data/lib/cinch/test.rb
CHANGED
@@ -41,9 +41,8 @@ module Cinch
|
|
41
41
|
# override the message-parsing stuff
|
42
42
|
super(nil, bot)
|
43
43
|
@message = msg
|
44
|
-
|
45
|
-
|
46
|
-
}
|
44
|
+
nick = opts.delete(:nick) { 'test' }
|
45
|
+
@bot.user_list.find_ensured(nil, nick, nil)
|
47
46
|
|
48
47
|
@channel = opts.delete(:channel) { nil }
|
49
48
|
end
|