Method: Cinch::Channel#topic
- Defined in:
- lib/cinch/channel.rb
#topic ⇒ String
Returns the channel’s topic.
26 27 28 |
# File 'lib/cinch/channel.rb', line 26 def topic @topic end |
Returns the channel’s topic.
26 27 28 |
# File 'lib/cinch/channel.rb', line 26 def topic @topic end |