Class: IIRC::IRCv3::Batch

Inherits:
Event
  • Object
show all
Defined in:
lib/iirc/modules/ircv3/batches.rb

Constant Summary

Constants inherited from Event

Event::CTCP_REGEX

Instance Attribute Summary

Attributes inherited from Event

#args, #sender, #tags, #verb

Instance Method Summary collapse

Methods inherited from Event

#ctcp, #ctcp?, #ctcp_message, #ctcp_verb, #initialize, #message, #nick, #target

Constructor Details

This class inherits a constructor from IIRC::Event

Instance Method Details

#eventsObject



4
5
6
# File 'lib/iirc/modules/ircv3/batches.rb', line 4

def events
  @events ||= []
end