-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Command to provide a reminder for a user next time they speak.
Syntax
./tell <nickname> <message>
When the user talks shellby will send them a message in the following format:
<nickname>: <sender> asked me to tell you <message>
I am not sure whether it is desirable to add so much overhead. The max message length would be, in the worst case, SERVER_MAX - 25 - NICK_MAX * 2. Though anything over 400 seems sufficient for almost all non annoying messages.
It may also be desirable to provide ./ask that uses asked me to ask you in the reminder.
Reactions are currently unavailable