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

class to store IRC channel topic information

Methods

new   to_s  

Attributes

by  [RW]  topic set by
name  [RW]  topic name
timestamp  [RW]  timestamp

Public Class methods

Public Instance methods

when called like "puts @bots.channels[chan].topic"

[Validate]