master
Robert Gerus 2014-03-13 17:29:24 +01:00
parent e11331bc7a
commit 005eda4ae5
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ DataMapper.auto_upgrade!
Client.register_trigger("PRIVMSG") do |msg|
return 0 if msg[:params][1].nil?
msg[:params][1].split.each do |word|
return 0 if word =~ "notitle"
return 0 if word =~ /notitle/
if word =~ /^https?:\/\// then
original_url = word
if word =~ /4cdn[.]org/ then