misc.arsched: add alias anonradio

This commit is contained in:
Cynthia Foxwell 2022-04-08 19:54:51 -06:00
parent 3f6d0aa13c
commit 39c34a2ef1
1 changed files with 1 additions and 0 deletions

View File

@ -261,6 +261,7 @@ const DAYS = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];
const arsched = new Command("arsched");
arsched.category = CATEGORY;
arsched.helpText = "aNONradio.net schedule";
arsched.addAlias("anonradio");
arsched.callback = async function (msg, line) {
const now = new Date();