From 214e1ef87d22e4368c3e2604b29621ecfcef5b29 Mon Sep 17 00:00:00 2001 From: richo Date: Mon, 1 Aug 2011 11:17:38 +1000 Subject: Updated docs --- auto-server/auto_server.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auto-server/auto_server.pl b/auto-server/auto_server.pl index ac0cd29..f5a26dd 100644 --- a/auto-server/auto_server.pl +++ b/auto-server/auto_server.pl @@ -5,8 +5,8 @@ # # the primary command used is /join+ #channelname # -# Mappings for channels to servers is accomplished with the -# joinplus_server_maps setting. +# Mappings for channels and servers are retrieved from irssi's internal +# /channel list # # Within this setting, space separated pairs denote channel, server pairs. # Spaces also separate individual pairs, for example: @@ -17,9 +17,9 @@ # will connect you, and then join that channel. # TODO: -# Autocompletion for channel names # address conflict resolution # fix that disgusting race condition +# Fix incredibly slow shutdown time after a few days use strict; use warnings; -- cgit v1.2.3