-
Notifications
You must be signed in to change notification settings - Fork 3
SlashCommandsAt
talvo edited this page Aug 25, 2015
·
2 revisions
The /at /command lets you run /commands or send text to the MU* at a scheduled time. The syntax is:
/at <when>=<action>
/cancelat <id>
The <when> argument tells Potato exactly when to send the text, and is quite versatile. <action> is the text to send to the MU*, and is parsed for /commands in the same way as input typed directly into the client.
<when> can be given in any of the following formats:
- A time, in the format
hh,hh:mm, orhh:mm:ss, optionally followed by a timezone (for example,15:25 EST). - A date, in the format
MM/DD/YY,Month DD, YY,DD Month YY,YYMMDD, orDD-Month-YY. Years can be 2 or 4 digits (for example,Mar 05, 1987,03/05/87,05-March-87are all equivilent). - A combination of date and time, in the above formats and in either order.
- A relative time, in the format
[<base>] [[+|-]<period>] [<time>].<base>should be one of "now", "tomorrow", "today", "yesterday", and defaults to "now".<period>should be one of "second", "minute", "hour", "day", "week", "month", "fortnight" or "year", optionally prefixed by a number.<time>is an absolute time, in the formats given above. (For example,now + 2 hours,7 days,tomorrow 05:30)
/at returns a unique code which can be used with the /cancelat /command to cancel the scheduled command without running it.
/at 45minutes=/print You have an admin meeting in 5 minutes.
- Welcome to Potato
- Getting Started
- Make Potato the Default Telnet Client
-
Version Change History
- Version 2.0.0b19
- Version 2.0.0b18
- Version 2.0.0b17
- Version 2.0.0b16
- Version 2.0.0b15
- Version 2.0.0b14
- Version 2.0.0b13
- Version 2.0.0b12
- Version 2.0.0b11
- Version 2.0.0b10
- Version 2.0.0b9
- Version 2.0.0b8
- Version 2.0.0b7
- Version 2.0.0b6
- Version 2.0.0b5
- Version 2.0.0b4
- Version 2.0.0b3
- Version 2.0.0b2
- Version 2.0.0b1