url title prefix.
This commit is contained in:
parent
0d1477c80b
commit
0afbf7cb39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue