yetibot / core

:expressionless: Core yetibot utilities, extracted for shared use among Yetibot and its various plugins
https://yetibot.com
Eclipse Public License 1.0
27 stars 17 forks source link

refactoring `(record-and-run-raw)` with tests #203

Closed gkspranger closed 3 years ago

gkspranger commented 3 years ago

yetibot=# \pset format csv Output format is csv.

yetibot=# SELECT body, correlation_id FROM yetibot_history; body,correlation_id

!echo hello,1628079174632--945183739 hello,1628079174632--945183739

!echo hello | echo world,1628079188014-263791484 world hello,1628079188014-263791484

!history,1628079193910-1894664892 "greg in greg at 05:12 AM 08/04: !echo hello myeti in greg at 05:12 AM 08/04: hello greg in greg at 05:13 AM 08/04: !echo hello | echo world myeti in greg at 05:13 AM 08/04: world hello",1628079193910-1894664892



![image](https://user-images.githubusercontent.com/2514988/128181040-1f19cf0a-7171-4163-a48b-572bef94ad20.png)