npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

thelounge-plugin-chanmon

v2.5.1

Published

A plugin for TheLounge that creates a local channel monitor to stream all channel activity in real-time

Readme

thelounge-plugin-chanmon

A plugin for TheLounge that creates a channel monitor to stream all channel activity in real-time.

Features

  • Real-time monitoring: Automatically creates a #chanmon channel that displays all messages from channels you're in
  • Channel prefixes: Each message is prefixed with the originating channel name for easy identification
  • Toggle control: Use /chanmon command to enable/disable monitoring
  • Clean output: Filters out system messages (joins, parts, quits, etc.) to focus on actual conversations
  • Action support: Monitors both regular messages and IRC actions
  • Per-network: Each IRC network gets its own chanmon channel

Installation

Via TheLounge package manager (recommended)

If you have installed TheLounge via NPM/Yarn:

thelounge install thelounge-plugin-chanmon

If you have installed TheLounge from source:

node index.js install thelounge-plugin-chanmon

Manual installation

  1. Clone or download this repository to your TheLounge's packages directory
  2. Restart TheLounge
  3. The plugin will be automatically loaded

Usage

Basic Usage

Once installed, the plugin will automatically:

  1. Create a #chanmon channel on each IRC network you connect to
  2. Start monitoring all channel activity in real-time
  3. Display messages in the format: [#channel] <nick> message

Commands

  • /chanmon - Toggle channel monitoring on/off for the current network

Example Output

[#general] <alice> Hey everyone, how's it going?
[#development] <bob> Just pushed the new feature to staging
[#random] * charlie is away
[#general] <dave> @alice doing great, thanks for asking!

Configuration

The plugin works out of the box with no configuration required. It will:

  • Automatically enable monitoring when you connect to a network
  • Create the #chanmon channel if it doesn't exist
  • Start streaming messages immediately

What gets monitored

Monitored:

  • Regular channel messages
  • IRC actions (/me commands)

Not monitored:

  • Join/part/quit messages
  • Nick changes
  • Mode changes
  • Topic changes
  • Messages from the #chanmon channel itself (prevents loops)

Compatibility

  • TheLounge version: 4.0.0 or higher
  • Node.js version: 14.0.0 or higher

Development

To contribute to this plugin:

  1. Fork the repository
  2. Make your changes
  3. Test with a local TheLounge installation
  4. Submit a pull request

License

MIT License - see LICENSE file for details.

Support

If you encounter any issues or have feature requests, please open an issue on the GitHub repository.

Related Plugins