Fix readme formatting
This commit is contained in:
parent
bbe1eb8bda
commit
ff85b2f76a
|
@ -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.
|
||||
|
|
Reference in New Issue