X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=data%2Frbot%2Fplugins%2Fseen.rb;h=aec5a064fa8ebbd7c990119a71ad87a17ccbecb9;hb=7d9d0fa8e3cd7377bc966576b2f75a0208c58c2f;hp=3c9218382d3413e4cc4dc54f695f23a24137c387;hpb=127d9152199cac9b431586bb7b17f6f297b6864f;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/data/rbot/plugins/seen.rb b/data/rbot/plugins/seen.rb index 3c921838..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?(Seen::Saw) +Saw = Struct.new("Saw", :nick, :time, :type, :where, :message) class SeenPlugin < Plugin def help(plugin, topic="")