Method: Msf::Plugin#add_console_dispatcher

Defined in:
lib/msf/core/plugin.rb

#add_console_dispatcher(disp) ⇒ Object (protected)

Adds the console dispatcher.

[View source] [View on GitHub]

173
174
175
176
177
# File 'lib/msf/core/plugin.rb', line 173

def add_console_dispatcher(disp)
  if (opts['ConsoleDriver'])
    opts['ConsoleDriver'].append_dispatcher(disp)
  end
end