Land #6523, event_tester plugin fix
commit
2fcae2bea4
|
@ -7,7 +7,7 @@ module Msf
|
||||||
|
|
||||||
class Plugin::EventTester < Msf::Plugin
|
class Plugin::EventTester < Msf::Plugin
|
||||||
class Subscriber
|
class Subscriber
|
||||||
def respond_to?(name)
|
def respond_to?(name, *args)
|
||||||
# Why yes, I can do that.
|
# Why yes, I can do that.
|
||||||
true
|
true
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue