master
Robert Gerus 2014-03-25 10:14:46 +01:00
parent 648bbc741d
commit 42d043a543
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ Client.register_trigger("PRIVMSG") do |msg|
titles << title
Client.privmsg(msg[:params][0], Config[:scrape][:title_prefix] + title) if not title.nil?
end
end