Methods

Class/Module Index [+]

Quicksearch

Cinch::Exceptions::UnsupportedMode

Raised when Cinch discovers a user or channel mode, which it doesn't support yet.

Public Class Methods

new(mode) click to toggle source
# File lib/cinch/exceptions.rb, line 32
def initialize(mode)
  super "Cinch does not support the mode '#{mode}' yet."
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.