Class Irc::IRCChannel
In: lib/rbot/channel.rb
Parent: Object

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

Methods

new   topic=  

Classes and Modules

Class Irc::IRCChannel::Topic

Attributes

name  [R]  name of channel
quiet  [RW]  if true, bot won’t talk in this channel
topic  [R]  current channel topic
users  [RW]  hash containing users currently in the channel

Public Class methods

name:channel name

create a new IRCChannel

Public Instance methods

eg @bot.channels[chan].topic = topic

[Validate]