myano / jenni

jenni was a python IRC bot. Project is closed. Try Sopel instead, https://sopel.chat/
https://sopel.chat/
Other
235 stars 101 forks source link

Would like irccat functionality #74

Open jd-boyd opened 11 years ago

jd-boyd commented 11 years ago

Replicate the main functionality of irccat (https://github.com/RJ/irccat).

    echo "Hello World" | netcat -q0 localhost 12345

Would cause jenni to send "Hello World" to the default channel.

    echo "@nick Hello World" | netcat -q0 localhost 12345

Would cause jenni to send "Hello World" to the user with nick

    echo "#new_chan Hello World" | netcat -q0 localhost 12345

Would cause jenni to send "Hello World" to the #new_chan channel.

myano commented 11 years ago

I think this functionality would first require a setup where jenni isn't running in a shell but has been pushed as a background process.

I believe something like this would be in order first, https://github.com/sbp/phenny/pull/12