From 1c89f65861cd8366770b9ac2804852fbc4b9f346 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Thu, 15 Feb 2018 00:28:18 +0100 Subject: Add header documentation comment Describe the plugin and how to use it (by setting `dimpid_nicks`). --- dimpid.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dimpid.pl b/dimpid.pl index 3ed54c6..b809dab 100644 --- a/dimpid.pl +++ b/dimpid.pl @@ -1,5 +1,15 @@ # dimpid.pl # +# Outputs public messages from certain nicks in grey instead of standard black. +# +# Settings: +# +# dimpid_nicks: a space-separated list of nicks whose public messages will +# be printed in grey. +# +# Example: /set dimpid_nicks nibbler hermes zoidberg +# +# # Copyright (c) 2018 Teddy Wing # # This program is free software: you can redistribute it and/or modify -- cgit v1.2.3