module Crirc::Controller::Command::User

Overview

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

Included Modules

Direct including types

Defined in:

crirc/controller/command/user.cr

Instance Method Summary

Instance methods inherited from module Crirc::Controller::Command

puts(data) puts

Instance Method Detail

def 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


[View source]
def whois(target : Crirc::Protocol::Target) #

Request data about a given target


[View source]
def whowas(target : Crirc::Protocol::Target) #

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


[View source]