Skip to content

Tellable

Aleks-Daniel Jakimenko-Aleksejev edited this page Aug 18, 2019 · 1 revision

This is an IRC bot for passing messages to users who are currently offline. You can also use it to see when was the last time somebody talked.

You can find some extra examples in tests: tellable.t

Usage examples

.tell

If the user is currently offline:

<AlexDaniel> jnthn: Hello!
<tellable6> AlexDaniel, I'll pass your message to jnthn

Otherwise:

<AlexDaniel> tellable6: jnthn Hello!
<tellable6> AlexDaniel, I'll pass your message to jnthn

<AlexDaniel> .tell jnthn Hello!
<tellable6> AlexDaniel, I'll pass your message to jnthn

<AlexDaniel> tell: jnthn Hello!
<tellable6> AlexDaniel, I'll pass your message to jnthn

All messages will be delivered once the user starts talking on any channel:

<jnthn> .
<tellable6> 2019-08-18T13:51:04Z #perl6 <AlexDaniel> jnthn hello

.seen

<AlexDaniel> tellable6: jnthn
<tellable6> AlexDaniel, I saw jnthn 2019-07-27T23:35:45Z in #moarvm: <jnthn> And I've certainly got no idea what to do about it if it is to blame without having a much closer look

<AlexDaniel> .seen jnthn
<tellable6> AlexDaniel, I saw jnthn 2019-07-27T23:35:45Z in #moarvm: <jnthn> And I've certainly got no idea what to do about it if it is to blame without having a much closer look

<AlexDaniel> seen: jnthn
<tellable6> AlexDaniel, I saw jnthn 2019-07-27T23:35:45Z in #moarvm: <jnthn> And I've certainly got no idea what to do about it if it is to blame without having a much closer look

Clone this wiki locally