Method: Cinch::Channel#topic

Defined in:
lib/cinch/channel.rb

#topicString

Returns the channel’s topic.

Returns:

  • the channel’s topic



26
27
28
# File 'lib/cinch/channel.rb', line 26

def topic
  @topic
end