Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Would like irccat functionality #74

@jd-boyd

Description

@jd-boyd

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions