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

editrec(2) - LynxBot manual

NAME

editrec - modify a recurring message

SYNOPSIS

$editrec [-a] [-c INT] ID [MSG...]
$editrec -s SEDCMD [-c INT] ID

DESCRIPTION

editrec is used to modify recurring messages.

ID is the ID of the recurring message as given by the showrec command.

The optional argument MSG is the new text of the recurring message.

OPTIONS

-a, --append
append MSG to the existing message
-c, --cooldown, --interval=INT
change the interval of the message to INT minutes
--help
print brief description and usage information
-s, --sed=SEDCMD
perform the sed substitution command given
by SEDCMD on the recurring message

EXAMPLES

Changes recurring message 2 to "Follow @Hexis on Twitter"

$editrec 2 Follow @Hexis on Twitter

SEE ALSO

addrec(2), delrec(2), showrec(2), setrec(2), Recurring Messages(3), recurring(4), config(4)