Archived
1
0
Disbranĉigi 0
A simple MUD/IF/MUSH-ish IRC bot.
Ĉi tiu deponejo arĥiviĝis je 2024-01-29. Vi povas vidi kaj elŝuti dosierojn, sed ne povas puŝi nek raporti problemojn nek tirpeti.
Iri al dosiero
Jaidyn Ann 4ac0f4aca2 Update address & source URL 2024-01-29 14:18:29 -06:00
README.md Fix readme formatting 2021-05-19 23:10:31 -05:00
helpdoc Add 'sauce' command 2021-05-19 23:10:05 -05:00
miid Update address & source URL 2024-01-29 14:18:29 -06:00

miid

miid's a simple IRC bot (hackily) written in shell. It turns an irc room into a MUD/MUSH/IF-esque room, or at least it tries.

Running

Use ii to connect to your IRC server and 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

It helps to have inotifywait installed, so this can be done automatically:

$ while inotifywait -e close_write irc/$IRC_NETWORK/$IRC_CHANNEL/out; \
  do \
 	 sh miid irc/$IRC_NETWORK/$IRC_CHANNEL/ $BOT_NICK; \
  done

Commands

Check the ./helpdoc.

License

CC-0