Method: Msf::Plugin#remove_console_dispatcher

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

#remove_console_dispatcher(name) ⇒ Object (protected)

Removes the console dispatcher.

[View source] [View on GitHub]

182
183
184
185
186
# File 'lib/msf/core/plugin.rb', line 182

def remove_console_dispatcher(name)
  if (opts['ConsoleDriver'])
    opts['ConsoleDriver'].remove_dispatcher(name)
  end
end