typo.
This commit is contained in:
parent
e11331bc7a
commit
005eda4ae5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue