module Crirc::Controller::Command::User
Included Modules
Direct including types
Defined in:
crirc/controller/command/user.crInstance Method Summary
-
#mode(target : Crirc::Protocol::Target, flags : String)
Request to set the mode of the user.
-
#whois(target : Crirc::Protocol::Target)
Request data about a given target
-
#whowas(target : Crirc::Protocol::Target)
Request data about the target who used to have the given name
Instance methods inherited from module Crirc::Controller::Command::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
def whowas(target : Crirc::Protocol::Target)
#
Request data about the target who used to have the given name