]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/quotes.rb
Actually commit the halflife2 plugin
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / quotes.rb
index 30e341bf81772a2fe459d6415830c4656cadd64e..390b98f7077aa6753ef7a4e5013baeef2cf17fb0 100644 (file)
@@ -1,6 +1,6 @@
 # GB: Ok, we *really* need to switch to db for this plugin too
 
-Quote = Struct.new("Quote", :num, :date, :source, :quote) unless defined?(Struct::Quote)
+Quote = Struct.new("Quote", :num, :date, :source, :quote)
 
 class QuotePlugin < Plugin
   def initialize