1
0
Fork
You've already forked dog
0
No description
  • Scheme 100%
2023年04月27日 01:07:44 -04:00
config.scm rewrote dog in chicken 2023年04月27日 01:07:44 -04:00
LICENSE first commit 2021年04月15日 19:20:28 -04:00
main.scm rewrote dog in chicken 2023年04月27日 01:07:44 -04:00
README.md rewrote dog in chicken 2023年04月27日 01:07:44 -04:00

dog

an irc dog that does mysterious things

install dependencies: sudo chicken-install utf8 openssl srfi-1

compile: csc main.scm -o dog

configure: edit config.scm

run: ./dog

available commands:

!dog - Show a help message
!ls - Show all catalogue items
!add <text> - Add text to the catalogue
!rm <number> - Remove an item from the catalogue
!update <number> <text> - Replace the contents of an item with new text