class Crirc::ChanList

Overview

TODO A ChanList is the associated list of Protocol::Chan and a UserList. It is useful for a server that need to keep a track of all the uers connected to any of its chans.

Included Modules

Defined in:

crirc/broadcast/chan_list.cr

Constructors

Instance Method Summary

Instance methods inherited from module Crirc::Broadcast

puts(context : Controller::Controller, data) puts

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def chans : Hash(Protocol::Chan, UserList) #

[View source]
def puts(context : Controller::Controller, data) #

TODO Broadcast a message to the users


[View source]