class Circed::ChannelUser

Defined in:

circed/channels/channel_user.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Circed::Client, channel : Circed::Channel) #

[View source]

Instance Method Detail

def add_mode(mode : String) #

[View source]
def channel : Channel #

[View source]
def client : Client #

[View source]
def hostmask #

[View source]
def is_half_operator? #

[View source]
def is_operator? #

[View source]
def is_voiced? #

[View source]
def mode_string #

[View source]
def modes : UserMode #

[View source]
def nickname #

[View source]
def remove_mode(mode : String) #

[View source]
def send_message_to_receiver(*args) #

[View source]
def send_message_to_server(*args) #

[View source]
def to_s #
Description copied from class Object

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.


[View source]