url title prefix.

master
Robert Gerus 2014-03-13 14:52:57 +01:00
parent 0d1477c80b
commit 0afbf7cb39
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ Client.register_trigger("PRIVMSG") do |msg|
:nick => msg[:prefix].split('!').first
)
Client.privmsg(msg[:params][0], title) if not title.nil?
Client.privmsg(msg[:params][0], Config[:scrape][:title_prefix] + title) if not title.nil?
end
end
end