module Crirc::Controller::Command

Overview

The module Command is the scope for the IRC commands defined in the standard. Each of these commands is included by a Controller, so the #puts function is implemented by the Controller.

Direct including types

Defined in:

crirc/controller/command.cr

Instance Method Summary

Instance Method Detail

abstract def puts(data) #

[View source]