aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2018-02-15 01:18:55 +0100
committerTeddy Wing2018-02-15 01:18:55 +0100
commitc510b48d94a27f99d93de5bba3a01c080bb0e0b3 (patch)
tree184e233e57ae9d5c2658b55b25f412dadd91fc7c
parent6afd74fb5199c946c3e56e21433df12cc13445c0 (diff)
downloadirssi-dimpid-master.tar.bz2
Add README and screenshotHEADv1.00master
* Describe the plugin * Show an example of what it looks like * Describe configuration * List license
-rw-r--r--README.md23
-rw-r--r--screenshot.pngbin0 -> 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
+![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
--- /dev/null
+++ b/screenshot.png
Binary files differ