status

Notification level commands

Author: AccaliaDeElementia
License: MIT

status.unmute

Unwatch the current thread

Kind: static property of status

Param Type Description
command command the unwatch command

status.prepare(events, callback)

Prepare the command parser

Needs to be called to set the internals of the parser after reading config file.

Kind: static method of status

Param Type Description
events EventEmitter EventEmitter that will be core comms for SockBot
callback completedCallback Completion callback

status.mute(command)

Mute the current Thread

Kind: static method of status

Param Type Description
command command the mute command

status.watch(command)

Watch the current thread

Kind: static method of status

Param Type Description
command command the watch command