From c510b48d94a27f99d93de5bba3a01c080bb0e0b3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 15 Feb 2018 01:18:55 +0100 Subject: Add README and screenshot * Describe the plugin * Show an example of what it looks like * Describe configuration * List license --- README.md | 23 +++++++++++++++++++++++ screenshot.png | Bin 0 -> 75688 bytes 2 files changed, 23 insertions(+) create mode 100644 README.md create mode 100644 screenshot.png diff --git a/README.md b/README.md new file mode 100644 index 0000000..f704b78 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +irssi-dimpid +============ + +An Irssi plugin that changes the public message colour of a set of pre-defined +nicks to grey. This gives less prominence to those messages, and can make it +easier to push messages from bots to the background. + + +## Screenshot +![screenshot](./screenshot.png) + + +## Configuration + +Define the nicks to dim by adding them to the space-separated `dimpid_nicks` +setting: + + /set dimpid_nicks nibbler hermes zoidberg + + +## License +Copyright © 2018 Teddy Wing. Licensed under the GNU GPLv3+ (see the included +COPYING file). diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..310dc88 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3