Class: Flexo::Events::NoticeEvent
- Inherits:
-
PrivmsgEvent
- Object
- Flexo::Event
- PrivmsgEvent
- Flexo::Events::NoticeEvent
- Defined in:
- lib/flexo/events/notice.rb
Overview
A little special event. This one is identical to Flexo::Events::PrivmsgEvent, so see that one for documentation.
Instance Attribute Summary
Attributes inherited from PrivmsgEvent
Attributes inherited from Flexo::Event
Instance Method Summary collapse
-
#reply(target, to_channel = false) ⇒ Object
We default to not replying to a channel for these.
Methods inherited from PrivmsgEvent
#ctcp?, #initialize, #to_channel?, #to_me?
Methods inherited from Flexo::Event
Constructor Details
This class inherits a constructor from Flexo::Events::PrivmsgEvent
Instance Method Details
#reply(target, to_channel = false) ⇒ Object
We default to not replying to a channel for these.
7 8 9 |
# File 'lib/flexo/events/notice.rb', line 7 def reply(target, to_channel=false) super end |