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

setgiv(2) - LynxBot manual

NAME

setgiv - change giveaway settings

SYNOPSIS

$setgiv [-f|-i|-t] [-n LIM] COMMAND

DESCRIPTION

setgiv changes the status of a LynxBot giveaway while the bot is running. By default, it modifies the master giveaway setting but, through the -f and -t flags, it can be used to change follower or timed giveaway settings, respectively.

The -f and -t flags can be combined with the -n option to change the giveaway limit.

OPTIONS

-f, --followers
change the follower giveaway setting
--help
print brief description and usage information
-i, --image
change the image-based giveaway setting (GNU/Linux systems only)
-n, --amount=LIM
with -f or -t: change the giveaway limit to the value of LIM
-t, --timed
change the timed giveaway setting

COMMANDS

on
enable the giveaway
off
disable the giveaway
check
print giveaway status

EXAMPLES

Activates the master giveaway setting (individual follower or timed settings may still be inactive):

$setgiv on

Turns follower giveaways on (uses the saved follower limit):

$setgiv -f on

Turns timed giveaways off:

$setgiv -t off

Sets timed giveaways to occur every 10 minutes:

$setgiv -t -n 10 on

Prints the status of all giveaway settings:

$setgiv check

SEE ALSO

Giveaways(3), giveaway(4), giveaway-settings(4), config(4)