Class Irc::Channel::Topic
In: lib/rbot/irc.rb
Parent: Object

A Topic represents the topic of a channel. It consists of the topic itself, who set it and when

Methods

External Aliases

text -> to_s

Attributes

set_by  [RW] 
set_on  [RW] 
text  [RW] 

Public Class methods

Create a new Topic setting the text, the creator and the creation time

Public Instance methods

Replace a Topic with another one

[Validate]