Yet another small fix.

This commit is contained in:
Robert Gerus 2014-03-25 11:43:41 +01:00
parent 950b70f0f6
commit 95f2767749

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