"DTD/xhtml1-strict.dtd">
Class Irc::IRCChannel |
|
class to store IRC channel data (users, topic, per-channel configurations)
Methods |
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) |
name: | channel name |
create a new IRCChannel