Code: Select all
<BOT> Date.tcl: Store and set channel topics to show birthdays, or store event reminders and show countdowns on command.
<BOT> To input your birthday: .date bday <month> <day> <year> [additional channels]
<BOT> [Additional channels] are extra channels to set birthday topics in (max 5)
<BOT> Default channel #botname is automatically included in the list.
<BOT> Note: Excluded or invalid channels are automatically dropped from the list.
<BOT> Example: .date bday Oct 02 1981 #channel2 #channel3
<BOT> To input an event: .date event <eventname> <month> <day> <year> <time> <description>
<BOT> Example: .date event myevent Feb 10 2001 19:30 Some Business Meeting
<BOT> To view dates:
<BOT> .date bday - show countdown til your birthday in channel.
<BOT> .date bday <username> - show countdown til username's birthday in channel.
<BOT> Note: this is the username as stored in the bot!
<BOT> .date listbdays - show all birthdays.
<BOT> .date nextbday - show the next upcoming birthday(s).
<BOT> .date event eventname - show countdown til eventname in channel.
<BOT> .date listevents - show all of your events.
<BOT> .date listall - show all events, including other peoples.
<BOT> To remove a date:
<BOT> .date remove bday - remove your birthday.
<BOT> .date remove eventname - Remove event by name.
<BOT> Commands can be typed in channel or msg to BOT
<BOT> [end date help]
Code: Select all
<User> .date event Christmas Dec 25 2021 12:00 Merry Christmas
<BOT> Eventname christmas is set for DEC 25 2021 at 12:00 with desc: Merry Christmas
Code: Select all
<User> .date event Christmas
<BOT> christmas is in 15 weeks 4 days 23 hours 3 minutes 9 seconds (9500589 sec.), on DEC 25 2021 12:00. Desc: Merry Christmas
Code: Select all
<BOT> *** Christmas Day *** is in 15 weeks 4 days 23 hours 3 minutes 9 seconds, on [ DEC 25 2021 ] | MERRY CHRISTMAS
mabrook wrote: ...
how can i set the timer to every 4 hours?
mabrook wrote:...
how can i set the timer to every 4 hours?
Code: Select all
bind cron - {00 */4 * * *} count:down