class 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
Calls superclass method
# File lib/cinch/exceptions.rb, line 32 def initialize(mode) super "Cinch does not support the mode '#{mode}' yet." end