Module: Mchat::TimelineApi

Included in:
Repl
Defined in:
lib/mchat/comps/timeline_api.rb

Instance Method Summary collapse

Instance Method Details

#timeline_bossmodeObject



9
10
11
# File 'lib/mchat/comps/timeline_api.rb', line 9

def timeline_bossmode
  _chat_screen_print(TimelineCommand.new(:bossmode))
end

#timeline_clearObject



5
6
7
# File 'lib/mchat/comps/timeline_api.rb', line 5

def timeline_clear
  _chat_screen_print(TimelineCommand.new(:clear))
end

#timeline_close_windowObject



13
14
15
# File 'lib/mchat/comps/timeline_api.rb', line 13

def timeline_close_window
  _chat_screen_print(TimelineCommand.new(:close_window))
end