Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IRCNotifier #1

Open
jplitza opened this issue Apr 7, 2014 · 2 comments
Open

Implement IRCNotifier #1

jplitza opened this issue Apr 7, 2014 · 2 comments

Comments

@jplitza
Copy link
Member

jplitza commented Apr 7, 2014

IRC is a common media of communication in the Freifunk community, thus notification via IRC is reasonable.

Channels as well as individuals should be notified via PRIVMSG. FTR, the (most common) URI for individuals is irc://irc.example.org/Nickname,isnick, for channels irc://irc.example.org/channel (Source)

jplitza added a commit that referenced this issue Apr 18, 2014
This implementation is a bit hacky and I'm not pleased with it, but it
seems to work. At least for nicks and channels that allow messages from
the outside...
@rubo77
Copy link
Contributor

rubo77 commented Sep 29, 2015

What do you mean with "isnick"?

can you provide an example config for the irc section?

@jplitza
Copy link
Member Author

jplitza commented Oct 1, 2015

,isnick is a constant that is appended to the username in the URI, to distinguish it from the URI of a channel of that same name. See examples at Mozilla or StackOverflow.

IRC needs nearly no configuration, and an example is provided in the sample config.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants