module Crirc::Controller::Command::Talk

Overview

Defines the IRC commands related to communicating between "humans".

Included Modules

Direct including types

Defined in:

crirc/controller/command/talk.cr

Instance Method Summary

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

puts(data) puts

Instance Method Detail

def notice(target : Crirc::Protocol::Target, msg : String) #

Send a notice to a target


[View source]
def privmsg(target : Crirc::Protocol::Target, msg : String) #

Send a message to a chan or an user


[View source]