]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Collect to-dos in one place
authormartin f. krafft <redacted>
Wed, 3 Nov 2021 01:01:29 +0000 (02:01 +0100)
committermartin f. krafft <redacted>
Wed, 3 Nov 2021 01:01:29 +0000 (02:01 +0100)
Signed-off-by: martin f. krafft <redacted>
scripts/chankeys.pl

index 716d22c7444dc69e0dd5df66d9a4db3710d16a04..9023c394f2b0fe5b301a16a181cce0337b5716ad 100644 (file)
@@ -36,6 +36,9 @@
 #   just use /query instead of /window goto
 # * When adding a keymap from /chankey add, if the keymap is already assigned
 #   to another channel, we need to handle this better
+# * check_for_existing_bind really hurts and causes a bit of lag in Irssi that
+#   it doesn't recover from for a few seconds after load. Better to read /bind
+#   output once into a hash and use that.
 #
 use strict;
 use warnings;
@@ -183,10 +186,6 @@ sub check_for_existing_bind {
 
 ## KEYMAP HANDLERS #############################################################
 
-# TODO check_for_existing_bind really hurts and causes a bit of lag in Irssi
-# that it doesn't recover from for a few seconds after load. Better to read
-# /bind output once into a hash and use that.
-
 sub create_keymapping {
        my ($keys, $name, $chatnet) = @_;
        my $cmd = 'command ' . get_go_command($name, $chatnet);
git clone https://git.99rst.org/PROJECT