aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorricho <richo@psych0tik.net>2011-08-01 01:17:38 +0000
committerricho <richo@psych0tik.net>2011-08-01 01:17:38 +0000
commit214e1ef87d22e4368c3e2604b29621ecfcef5b29 (patch)
tree88b7e8b7e7cd8f30e0436bd73fbe4bd15d1d18f0
parentfixed incorrect signal removal (leading to irssi-crashing loop) in documentat... (diff)
downloadirssi-scripts-214e1ef87d22e4368c3e2604b29621ecfcef5b29.tar.gz
irssi-scripts-214e1ef87d22e4368c3e2604b29621ecfcef5b29.zip
Updated docs
-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;