Yet another small fix.

master
Robert Gerus 2014-03-25 11:43:41 +01:00
parent 950b70f0f6
commit 95f2767749
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Client.register_trigger("PRIVMSG") do |msg|
:nick => msg[:prefix].split('!').first
)
titles << title
titles << title if title.size > 0
end
end