Class Irc::IRCChannel::Topic
In: rbot/channel.rb
Parent: Object
Class: JoinMessage Class: PartMessage Class: Plugins Class: KickMessage Class: IrcAuth Class: IRCChannel Class: BotConfig Class: IrcSocket Class: Keywords Class: BotRegistryAccessor Class: DBHash Class: IrcClient Class: IrcBot Class: Language Class: TopicMessage Class: QuitMessage Class: PrivMessage Class: UserMessage Class: NoticeMessage Class: BasicUserMessage Class: NickMessage Class: Plugin Class: BotRegistry Class: Keyword Class: DBTree Module: Irc

class to store IRC channel topic information

Methods
to_s   
Attributes
:by  [RW] 

topic set by

:name  [RW] 

topic name

:timestamp  [RW] 

timestamp

Public Instance methods
to_s()

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