Class IRC::IRCChannel
In: rbot/channel.rb
Parent: Object

class to store IRC channel data (users, topic, per-channel configurations)

Methods
new   
Attributes
:name  [R] 

name of channel

:quiet  [RW] 

if true, bot won't talk in this channel

:topic  [RW] 

current channel topic

:users  [RW] 

hash containing users currently in the channel

Public Class methods
new(name)

create a new IRCChannel

name:channel name