/irc-chat-notifier

Notifies you if there's IRC chat using desktop notification system

Primary LanguageRust

IRC Chat Notifier

This program displays a desktop notification when someone chat on the channel.

Installation

Currently, you can install via cargo install irc-chat-notifier.

Example

irc-chat-notifier --nick john.doe --server irc.freenode.org --channel '#linux' --password abcd1234 --ignore-nick john.doe

For Twitch channel, you can use the Twitch Chat OAuth Password Generator to generate the password. The command would look like:

irc-chat-notifier --nick john.doe --server irc.chat.twitch.tv --channel '#dexbonus' --password abcd1234 --ignore-nick john.doe