Difference between revisions of "@remindme"

From Community Pnut.io Wiki
Jump to: navigation, search
m
m (Beacons)
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is a bot that .... Built by [[@33mhz]].
+
This is a bot that can remind you in PM or in a post. Built by [[@33mhz]].
  
 
==Commands==
 
==Commands==
  
<code>...</code>
+
You can PM, or post on Global to set a reminder. <code>#remindme</code>, <code>#remember</code>, <code>#reminder</code>, <code>@remindme</code> can all be used with [time/interval] [optionally <code>-pm</code>, if posting and you want the reminder to be a PM.]
 +
 
 +
In a PM, you can also say <code>show reminders</code>, and it will show upcoming reminders.
 +
 
 +
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] [relay] beacon [beacon name] [@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 make it a relay beacon, anyone subscribed can publish to it. If you include usernames at the end, it will allow all of those users to publish to the beacon in addition to you.
 +
* <code>edit [public] [relay] beacon [beacon name] [@username @username...]</code> changes the publishers and whether the beacon is public or private.
 +
* <code>delete beacon [beacon name]</code> will delete the beacon.
 +
* <code>show [my] beacons</code> will list all public beacons, or all public beacons and your beacons, if you ask in a PM. Beacons with a <code>(r)</code> are "relay" beacons. If you ask for "my" beacons in a PM, it will show your subscribed beacons.
 +
* <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==
Line 11: Line 30:
 
==Links==
 
==Links==
  
* [https://pnut.io/@reminderbot Pnut profile]
+
* [https://pnut.io/@remindme Pnut profile]
  
[[Category:Bots|reminderbot]]
+
[[Category:Bots|remindme]]

Revision as of 11:13, 5 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] [relay] beacon [beacon name] [@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 make it a relay beacon, anyone subscribed can publish to it. If you include usernames at the end, it will allow all of those users to publish to the beacon in addition to you.
  • edit [public] [relay] beacon [beacon name] [@username @username...] changes the publishers and whether the beacon is public or private.
  • delete beacon [beacon name] will delete the beacon.
  • show [my] beacons will list all public beacons, or all public beacons and your beacons, if you ask in a PM. Beacons with a (r) are "relay" beacons. If you ask for "my" beacons in a PM, it will show your subscribed beacons.
  • 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