class Crirc::Protocol::Chan

Overview

Represents an IRC channel.

Defined in:

crirc/protocol/chan.cr

Constructors

Instance Method Summary

Instance methods inherited from class Crirc::Protocol::Target

name : String name

Constructor Detail

def self.new(name) #

[View source]

Instance Method Detail

def modes : String #

[View source]
def modes=(modes : String) #

[View source]
def motd : Motd #

[View source]
def motd=(motd : Motd) #

[View source]
def name : String #

[View source]