Skip to content

Commit

Permalink
Add ergochat IRC server
Browse files Browse the repository at this point in the history
  • Loading branch information
Brutus5000 committed Oct 13, 2023
1 parent 5cc003d commit 6564b04
Show file tree
Hide file tree
Showing 3 changed files with 1,037 additions and 32 deletions.
6 changes: 6 additions & 0 deletions config.template/ergochat/auth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/sh
read input
wget --header='CONTENT-TYPE:application/json' --post-data "$input" -O - -q $1 && printf '\n' # This assume no endline ohne the API response

#For testing:
#printf '{"success": true, "accountName": "Brutus5000", "error": null}\n'
Loading

0 comments on commit 6564b04

Please sign in to comment.