Class: Flexo::Events::NoticeEvent

Inherits:
PrivmsgEvent show all
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

#sender, #target, #text

Attributes inherited from Flexo::Event

#data, #nickname

Instance Method Summary collapse

Methods inherited from PrivmsgEvent

#ctcp?, #initialize, #to_channel?, #to_me?

Methods inherited from Flexo::Event

#initialize, #me?

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