aboutsummaryrefslogtreecommitdiffstats
path: root/fixery/README.md
diff options
context:
space:
mode:
authorTom Feist <shabble@metavore.org>2011-10-10 15:07:27 +0000
committerTom Feist <shabble@metavore.org>2011-10-10 15:07:27 +0000
commit0ec4aeed1efc121a2270f3a9a03cecf09161b4fd (patch)
tree7181f85ffb713be901444dd113f71d7f0fde963f /fixery/README.md
parentawayproxy: more formatting cleanup, some constants for script modes, and a (diff)
downloadirssi-scripts-0ec4aeed1efc121a2270f3a9a03cecf09161b4fd.tar.gz
irssi-scripts-0ec4aeed1efc121a2270f3a9a03cecf09161b4fd.zip
adding nicklist, with some minor cosmetic cleanup so far.
Also a readme that explains what the stuff in this dir does.
Diffstat (limited to '')
-rw-r--r--fixery/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/fixery/README.md b/fixery/README.md
new file mode 100644
index 0000000..a429748
--- /dev/null
+++ b/fixery/README.md
@@ -0,0 +1,19 @@
+# The Fixery
+
+This is a dumping ground for toxic scripts that have been washed in totally
+pure and healthy dispersant solution, thus removing all oil, greasiness, and
+probably heartbeat.
+
+Actually, it's just me rewriting or refactoring existing scripts from
+http://scripts.irssi.org because I spot some bug with them, or decide
+they need extra features.
+
+When there are some here, this will be a shiney exciting list:
+
+* `awayproxy` - Auto-sets /away when all your clients disconnect from a proxying
+ irssi instance. It can also collect up messages during your absence, and
+ either /notice them to you when you rejoin, or batch them up and send
+ periodically in an email.
+
+ * **TODO** Add proper settings support
+ * **TODO**