Class: IRCd::NoModeChannel

Inherits:
Channel
  • Object
show all
Defined in:
lib/rupircd/channel.rb

Instance Attribute Summary

Attributes inherited from Channel

#members, #mode, #name

Instance Method Summary collapse

Methods inherited from Channel

#get_topic, #initialize, #invite, #join, #joined?, #kick, #names, #notice, #part, #privmsg, #send_to_members, #send_to_other_members, #set_topic, #unregister, #visible?

Constructor Details

This class inherits a constructor from IRCd::Channel

Instance Method Details

#handle_mode(user, *ar) ⇒ Object



410
411
412
# File 'lib/rupircd/channel.rb', line 410

def handle_mode(user, *ar)
  ["477", @name, "Channel doesn't support modes"]
end