Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raku/synopsebot
synopsebot IRC bot
https://github.com/raku/synopsebot
raku
Last synced: about 11 hours ago
JSON representation
synopsebot IRC bot
- Host: GitHub
- URL: https://github.com/raku/synopsebot
- Owner: Raku
- Archived: true
- Created: 2017-09-29T23:00:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T15:21:21.000Z (over 5 years ago)
- Last Synced: 2024-09-30T17:33:09.706Z (4 months ago)
- Topics: raku
- Language: Perl 6
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 168
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# synopsebot
synopsebot IRC bot
## Pulling Changes and Restarting the bot:
```bash
ssh hack.p6c.org
sudo su -l synopsebot
cd synopsebot/; git pull; logout;
sudo service synopsebot restart
```