Module: IIRC::Ambient::Verbs

Includes:
Events, ReplyTarget
Included in:
IIRC::Ambient
Defined in:
lib/iirc/modules/ambient.rb

Instance Method Summary collapse

Methods included from ReplyTarget

#reply_target

Methods included from Events

#ambient_event, #ambient_sender, #ambient_target, #configure_ambient_events, #set_ambient_event, #with_ambient_event

Instance Method Details

#act(target = reply_target, msg) ⇒ Object



74
# File 'lib/iirc/modules/ambient.rb', line 74

def act(target=reply_target, msg) super end

#cycle(channel = reply_target, reason = '') ⇒ Object



75
# File 'lib/iirc/modules/ambient.rb', line 75

def cycle(channel=reply_target, reason='') super end

#join(channel = reply_target) ⇒ Object



71
# File 'lib/iirc/modules/ambient.rb', line 71

def join(channel=reply_target) super end

#mode(target = reply_target, mode) ⇒ Object



76
# File 'lib/iirc/modules/ambient.rb', line 76

def mode(target=reply_target, mode) super end

#msg(target = reply_target, msg) ⇒ Object Also known as: say



73
# File 'lib/iirc/modules/ambient.rb', line 73

def msg(target=reply_target, msg) super end

#part(channel = reply_target, reason = '') ⇒ Object



72
# File 'lib/iirc/modules/ambient.rb', line 72

def part(channel=reply_target, reason='') super end