Difference between revisions of "@remindme"

From Community Pnut.io Wiki
Jump to: navigation, search
m
(Commands)
Line 8: Line 8:
  
 
You may also manage what chat rooms @remindme is watching/subscribed to, with the commands <code>rooms!</code> (shows currently watched rooms) and <code>[un]subscribe! [room ID]</code>.
 
You may also manage what chat rooms @remindme is watching/subscribed to, with the commands <code>rooms!</code> (shows currently watched rooms) and <code>[un]subscribe! [room ID]</code>.
 +
 +
 +
===Beacons===
 +
 +
You can create "beacons" which are alerts for events. Be sure to follow @remindme first.
 +
 +
<code>create [public] beacon [beacon name] [@username @username @username...]</code> will create a beacon by that name. Names can only be alphanumeric, underscore, a few other little characters. Spaces will be removed. If you make it "public", it will be listed when anyone asks to show beacons. If you include usernames at the end, it will allow all of those users to publish to the beacon in addition to you.
 +
 +
<code>delete beacon [beacon name]</code> will delete the beacon.
 +
 +
<code>show beacons</code> will list all public beacons, or all public beacons and your beacons, if you ask in a PM.
 +
 +
<code>sub [beacon name]</code> will subscribe you to a beacon.
 +
 +
<code>unsub [beacon name]</code> will unsubscribe you from a beacon.
 +
 +
<code>unsub all</code> will unsubscribe you from all beacons.
 +
 +
<code>pub [beacon name] "[message]"</code> will publish a message to the beacon. @remindme will send a PM to all users subscribed to that beacon, not including yourself.
  
 
==Developer==
 
==Developer==

Revision as of 22:02, 3 June 2020

This is a bot that can remind you in PM or in a post. Built by @33mhz.

Commands

You can PM, or post on Global to set a reminder. #remindme, #remember, #reminder, @remindme can all be used with [time/interval] [optionally -pm, if posting and you want the reminder to be a PM.]

In a PM, you can also say show reminders, and it will show upcoming reminders.

You may also manage what chat rooms @remindme is watching/subscribed to, with the commands rooms! (shows currently watched rooms) and [un]subscribe! [room ID].


Beacons

You can create "beacons" which are alerts for events. Be sure to follow @remindme first.

create [public] beacon [beacon name] [@username @username @username...] will create a beacon by that name. Names can only be alphanumeric, underscore, a few other little characters. Spaces will be removed. If you make it "public", it will be listed when anyone asks to show beacons. If you include usernames at the end, it will allow all of those users to publish to the beacon in addition to you.

delete beacon [beacon name] will delete the beacon.

show beacons will list all public beacons, or all public beacons and your beacons, if you ask in a PM.

sub [beacon name] will subscribe you to a beacon.

unsub [beacon name] will unsubscribe you from a beacon.

unsub all will unsubscribe you from all beacons.

pub [beacon name] "[message]" will publish a message to the beacon. @remindme will send a PM to all users subscribed to that beacon, not including yourself.

Developer

@33MHz

Links