View on GitHub

LynxBot

A Twitch.tv IRC bot for Old School Runescape

Download this project as a .zip file Download this project as a tar.gz file

whitelist(2) - LynxBot manual

NAME

whitelist - exempt websites from moderation

SYNOPSIS

$whitelist [-d] [SITE]

DESCRIPTION

whitelist adds a website to the bot's whitelist, preventing people from getting timed out when posting links to it.

SITE must be a valid URL.

OPTIONS

-d, --delete
deletes SITE from whitelist
--help
print brief description and usage information

EXAMPLES

Adds the website reddit.com to the whitelist:

$whitelist reddit.com

Deletes the website youtube.com from the whitelist:

$whitelist -d youtube.com

SEE ALSO

permit(2), Moderation(3), config(4), whitelist(4)