-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5782279
commit 525dc06
Showing
7 changed files
with
126 additions
and
28 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
Binary file not shown.
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 |
---|---|---|
@@ -1 +1,8 @@ | ||
webhook: https://hooks.slack.com/services/ | ||
#The version. Do not touch this. | ||
version: 1.2.0 | ||
#The incoming webhook URL you got from Slack. | ||
webhook: https://hooks.slack.com/services/ | ||
#Commands that will not show up in Slack when they are executed. | ||
blacklist: | ||
- /login | ||
- /register |
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 |
---|---|---|
@@ -1,3 +1,31 @@ | ||
name: Slack | ||
version: 1.2.0 | ||
description: Link your server to Slack! | ||
author: CircuitSoft | ||
website: https://circuitsoft.us | ||
|
||
main: us.circuitsoft.slack.Slack | ||
version: 1.1.0 | ||
|
||
permissions: | ||
slack.hide.command: | ||
description: Does not post commands you do to Slack. | ||
default: false | ||
slack.reload: | ||
description: Allows you to reload the plugin's config. | ||
slack.hide.login: | ||
description: Does not post to Slack when you login. | ||
default: false | ||
slack.hide.logout: | ||
description: Does not post to Slack when you logout. | ||
default: false | ||
slack.hide.chat: | ||
description: Does not post your chats to Slack. | ||
default: false | ||
slack.hide.*: | ||
description: Does not post API events to Slack. | ||
default: false | ||
commands: | ||
slack: | ||
description: Reloads the plugin's config. | ||
permission: slack.reload | ||
usage: Do /slack to reload the plugin's config. |