module

Crirc::Controller::Command::User

Inherits Crirc::Controller::Command

Defines the IRC commands related to the users (whois, mode).

Instance methods

mode(target : Crirc::Protocol::Target, flags : String)

Request to set the mode of the user. NOTE : only the user itself can change it NOTE : it should also be possible to send empty flags to get the mode

Source
whois(target : Crirc::Protocol::Target)

Request data about a given target

Source
whowas(target : Crirc::Protocol::Target)

Request data about the target who used to have the given name

Source