cinch-links-tumblr 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -19,12 +19,12 @@ module Cinch::Plugins
|
|
19
19
|
super
|
20
20
|
@storage = CinchStorage.new(config[:filename] || 'yaml/tumblr.yml')
|
21
21
|
@storage.data[:history] ||= Hash.new
|
22
|
-
@hostname = config[
|
23
|
-
@password = config[
|
24
|
-
@creds = { :consumer_key => config[
|
25
|
-
:consumer_secret => config[
|
26
|
-
:token => config[
|
27
|
-
:token_secret => config[
|
22
|
+
@hostname = config[:hostname]
|
23
|
+
@password = config[:password]
|
24
|
+
@creds = { :consumer_key => config[:consumer_key],
|
25
|
+
:consumer_secret => config[:consumer_secret],
|
26
|
+
:token => config[:token],
|
27
|
+
:token_secret => config[:token_secret] }
|
28
28
|
end
|
29
29
|
|
30
30
|
def execute(m)
|