]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Do not let debug output produce activity
authormartin f. krafft <redacted>
Mon, 20 Sep 2021 03:01:19 +0000 (05:01 +0200)
committermartin f. krafft <redacted>
Mon, 20 Sep 2021 03:01:19 +0000 (05:01 +0200)
Signed-off-by: martin f. krafft <redacted>
scripts/chankeys.pl

index 412d62329d10f6a94e99bb301c6176e046a9057f..7e48e096833ea6e8f7b8df65f0175c94f3a388f8 100644 (file)
@@ -132,7 +132,7 @@ sub debug {
        return unless $debug;
        my ($msg, $inwin) = @_;
        $msg = $msg // "";
-       say("DEBUG: ".$msg, MSGLEVEL_CRAP, $inwin);
+       say("DEBUG: ".$msg, MSGLEVEL_CRAP + MSGLEVEL_NO_ACT, $inwin);
 }
 
 sub info {
git clone https://git.99rst.org/PROJECT