Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kulttuuri committed Mar 4, 2018
1 parent ef20b51 commit 7f88d7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ $wgSlackShowNewUserIP = true;

By default notifications from all users will be sent to your Slack room. If you wish to exclude users in certain group to not send notification of any actions, you can set the group with the setting below.

```php
// If this is set, actions by users with this permission won't cause alerts
$wgExcludedPermission = "";
```

### Disable notifications from certain pages / namespaces

You can exclude notifications from certain namespaces / articles by adding them into this array. Note: This targets all pages starting with the name.
Expand All @@ -114,11 +119,6 @@ You can exclude notifications from certain namespaces / articles by adding them
$wgSlackExcludeNotificationsFrom = ["User:", "Weirdgroup"];
```

```php
// If this is set, actions by users with this permission won't cause alerts
$wgExcludedPermission = "";
```

### Actions to notify of

MediaWiki actions that will be sent notifications of into Slack. Set desired options to false to disable notifications of those actions.
Expand Down

0 comments on commit 7f88d7f

Please sign in to comment.