Chan timeout (Slash Command): Difference between revisions
Jump to navigation
Jump to search
imported>Eabrace (historical) m (Created page with "{{SlashCommandArticle|command=chan_timeout|options=<channel name> <duration>|note=This is a command to help Moderators manage channels. When the channel timeout is set, users tha...") |
No edit summary |
||
Line 4: | Line 4: | ||
* 30 is the minimum number of days allowed to be set | * 30 is the minimum number of days allowed to be set | ||
* Only channel moderators can use this command | * Only channel moderators can use this command | ||
==Example== | |||
The command below will kick all members of AwesomeChannel who have been logged out more than 30 days: | |||
'''/chan_timeout AwesomeChannel 30''' | |||
}} | }} |
Revision as of 07:07, 22 July 2022
/chan_timeout <channel name> <duration>
This is a command to help Moderators manage channels. When the channel timeout is set, users that have not logged in within the duration specified will be removed from the channel.
- The duration is in days
- Setting duration to zero means there is no limit
- 30 is the minimum number of days allowed to be set
- Only channel moderators can use this command
Example
The command below will kick all members of AwesomeChannel who have been logged out more than 30 days: /chan_timeout AwesomeChannel 30