-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #275 from SockDrawer/integration
Feature extended help
- Loading branch information
Showing
25 changed files
with
613 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<a name="module_status"></a> | ||
## status | ||
Notification level commands | ||
|
||
**Author:** AccaliaDeElementia | ||
**License**: MIT | ||
|
||
* [status](#module_status) | ||
* [.unmute](#module_status.unmute) | ||
* [.prepare(events, callback)](#module_status.prepare) | ||
* [.mute(command)](#module_status.mute) | ||
* [.watch(command)](#module_status.watch) | ||
|
||
<a name="module_status.unmute"></a> | ||
### status.unmute | ||
Unwatch the current thread | ||
|
||
**Kind**: static property of <code>[status](#module_status)</code> | ||
|
||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| command | <code>command</code> | the unwatch command | | ||
|
||
<a name="module_status.prepare"></a> | ||
### 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 <code>[status](#module_status)</code> | ||
|
||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| events | <code>EventEmitter</code> | EventEmitter that will be core comms for SockBot | | ||
| callback | <code>completedCallback</code> | Completion callback | | ||
|
||
<a name="module_status.mute"></a> | ||
### status.mute(command) | ||
Mute the current Thread | ||
|
||
**Kind**: static method of <code>[status](#module_status)</code> | ||
|
||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| command | <code>command</code> | the mute command | | ||
|
||
<a name="module_status.watch"></a> | ||
### status.watch(command) | ||
Watch the current thread | ||
|
||
**Kind**: static method of <code>[status](#module_status)</code> | ||
|
||
| Param | Type | Description | | ||
| --- | --- | --- | | ||
| command | <code>command</code> | the watch command | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.