]> git.madduck.net Git - code/irssi/scripts-bc-bd.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

remove debug stuff windowlist-filter
authormartin f. krafft <madduck@madduck.net>
Wed, 27 May 2009 10:21:20 +0000 (12:21 +0200)
committermartin f. krafft <madduck@madduck.net>
Wed, 27 May 2009 10:21:20 +0000 (12:21 +0200)
Signed-off-by: martin f. krafft <madduck@madduck.net>
chanact.pl

index e98348e8b6c68b7f6edba26fd63139e0f0943086..3a35e14aa92d50d78e95ded7b276b3fcf8462f46 100644 (file)
@@ -283,7 +283,7 @@ sub remake() {
                next if ($win->{data_level} < $filter_level);
 
                # alright, the activity is important, let's show the window
-               my $level = $win->{data_level};
+               # after a bit of additional processing.
 
                # (status) is an awfull long name, so make it short to 'S'
                # some people don't like it, so make it configurable