Archived
1
0
Disbranĉigi 0

Fix readme formatting

This commit is contained in:
Jaidyn Ann 2021-05-19 23:10:31 -05:00
parent bbe1eb8bda
commit ff85b2f76a

View File

@ -9,14 +9,14 @@ channel of choice― make sure to set up the nick and everything.
Then, you can just run miid every time the channel's output is updated:
`$ miid irc/$IRC_NETWORK/$IRC_CHANNEL $BOT_NICK`
$ miid irc/$IRC_NETWORK/$IRC_CHANNEL $BOT_NICK
It helps to have inotifywait installed, so this can be done automatically:
`$ while inotifywait -e close_write irc/$IRC_NETWORK/$IRC_CHANNEL/out; \
$ while inotifywait -e close_write irc/$IRC_NETWORK/$IRC_CHANNEL/out; \
do \
sh miid irc/$IRC_NETWORK/$IRC_CHANNEL/ $BOT_NICK; \
done`
done
## Commands
Check the ./helpdoc.