Module: Ponder::AsyncIRC::Delegate
- Included in:
- Thaum
- Defined in:
- lib/ponder/async_irc.rb
Instance Method Summary collapse
- #channel_info(channel, timeout_after = AsyncIRC::Channel::TIMEOUT) ⇒ Object
- #get_topic(channel, timeout_after = AsyncIRC::Topic::TIMEOUT) ⇒ Object
- #whois(nick, timeout_after = AsyncIRC::Whois::TIMEOUT) ⇒ Object
Instance Method Details
#channel_info(channel, timeout_after = AsyncIRC::Channel::TIMEOUT) ⇒ Object
146 147 148 |
# File 'lib/ponder/async_irc.rb', line 146 def channel_info(channel, timeout_after = AsyncIRC::Channel::TIMEOUT) AsyncIRC::Channel.new(channel, timeout_after, self) end |