jenni icon indicating copy to clipboard operation
jenni copied to clipboard

Would like irccat functionality

Open jd-boyd opened this issue 12 years ago • 1 comments

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.

jd-boyd avatar Dec 07 '12 21:12 jd-boyd

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

myano avatar Feb 14 '13 23:02 myano