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

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:

Add a way to use different chanact_filter for certain windows
authormartin f. krafft <madduck@madduck.net>
Tue, 26 May 2009 10:38:55 +0000 (12:38 +0200)
committermartin f. krafft <madduck@madduck.net>
Tue, 26 May 2009 18:07:33 +0000 (20:07 +0200)
commitf2e70652ea852b3fb35087e66a7eaf30db6b9d11
treed3e9dae06326e820c9f5b073eb699577f7aa9b8c
parent82252cc29ce711c0368f2bfc0646b4de04597448
Add a way to use different chanact_filter for certain windows

I added a setting chanact_filter_windowlist, which is a space-separated
list of windows, for which to use (the new setting)
chanact_filter_windowlist_level instead of chanact_filter.

chanact_filter_windowlist defaults to ""
chanact_filter_windowlist_level defaults to (chanact_filter<4)?4:2

Signed-off-by: martin f. krafft <madduck@madduck.net>
chanact.pl