aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshabble <shabble@horsey.local>2011-08-15 12:42:28 +0000
committershabble <shabble@horsey.local>2011-08-15 12:42:28 +0000
commit9d9178fd78ed8e50832e60aab4ca3e55b017ba76 (patch)
treed3c0bf4ca5efbe2c6e462c33188491ba11e4533e
parentadded simple demo of input masking for password entry. (diff)
parentUpdated docs (diff)
downloadirssi-scripts-9d9178fd78ed8e50832e60aab4ca3e55b017ba76.tar.gz
irssi-scripts-9d9178fd78ed8e50832e60aab4ca3e55b017ba76.zip
Merge branch 'master' of github.com:shabble/irssi-scripts
-rw-r--r--auto-server/auto_server.pl6
1 files 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;