X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fseen.rb;h=aec5a064fa8ebbd7c990119a71ad87a17ccbecb9;hb=7d9d0fa8e3cd7377bc966576b2f75a0208c58c2f;hp=094a9b3db66149d29f436eae33279f474566aafc;hpb=bca160cbbf64aeb56fb6729f2ea4d77e5821a31c;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/seen.rb b/data/rbot/plugins/seen.rb index 094a9b3d..aec5a064 100644 --- a/data/rbot/plugins/seen.rb +++ b/data/rbot/plugins/seen.rb @@ -1,4 +1,4 @@ -Saw = Struct.new("Saw", :nick, :time, :type, :where, :message) unless defined?(Saw) +Saw = Struct.new("Saw", :nick, :time, :type, :where, :message) class SeenPlugin < Plugin def help(plugin, topic="")