|
|
|
@ -1,4 +1,10 @@
|
|
|
|
|
#! /home/samhunter/public_bin/slope
|
|
|
|
|
#! /usr/bin/env slope
|
|
|
|
|
; prattle - small realtime chat for localhost
|
|
|
|
|
; author: samhunter@rawtext.club
|
|
|
|
|
; https://git.rawtext.club/samhunter/prattle
|
|
|
|
|
;
|
|
|
|
|
; utility bot
|
|
|
|
|
;
|
|
|
|
|
(define me "jarvis")
|
|
|
|
|
(define inp (string-format "/join %v\n" me))
|
|
|
|
|
(define l #f)
|
|
|
|
|