diff options
author | Teddy Wing | 2018-02-15 01:18:55 +0100 |
---|---|---|
committer | Teddy Wing | 2018-02-15 01:18:55 +0100 |
commit | c510b48d94a27f99d93de5bba3a01c080bb0e0b3 (patch) | |
tree | 184e233e57ae9d5c2658b55b25f412dadd91fc7c | |
parent | 6afd74fb5199c946c3e56e21433df12cc13445c0 (diff) | |
download | irssi-dimpid-master.tar.bz2 |
* Describe the plugin
* Show an example of what it looks like
* Describe configuration
* List license
-rw-r--r-- | README.md | 23 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 75688 bytes |
2 files changed, 23 insertions, 0 deletions
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 + + + +## 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 Binary files differnew file mode 100644 index 0000000..310dc88 --- /dev/null +++ b/screenshot.png |