permit(2) - LynxBot manual
NAME
permit - grant user permission to post urls
SYNOPSIS
$permit [-n AMT] [-s] USER
DESCRIPTION
permit grants a user permission to post a single URL in the chat without being timed out. The permission expires after the user has posted a URL that is not on the bot's whitelist.
USER is the Twitch username of the user being permitted. If the user is not currently in the channel, the command will fail.
OPTIONS
- --help
- print brief description and usage information
- -n, --amount=AMT
- grant user permission to post AMT links
- -s, --session
- grant user permission to post URLs for duration of session
EXAMPLES
Permits the user 00rsn to post a link:
$permit 00rsn
Permits the user osrs_airport to post 3 links:
$permit -n 3 osrs_airport
SEE ALSO
mod(2), whitelist(2), Moderation(3), config(4), whitelist(4)