IRSSI: HilightWin está mostrando Joins / Parts / Quits

2

Hilightwin.pl exibe Joins / Parts / Quits de todos os meus canais. Eu diria que é um problema que envolve níveis, exceto que não tenho ideia de por onde começar.

Alguns plugins que eu uso podem ser relevantes:

  • Crapbuster.pl
  • HilightWin.pl
  • Highlite.pl

.irssi / config

aliases = {
...
  CB = "crapbuster";
  CBALL = "foreach window /crapbuster";
};

settings = {
...
  "perl/core/scripts" = {
    awl_display_key = "$Q|%n$H$C$S";
    awl_block = "15";
    crapbuster_levels = "JOINS PARTS QUITS NICKS CLIENTCRAP CRAP MODE TOPICS KICKS";
  };
};
hilights = { text = "NICKNAME"; nick = "yes"; word = "yes"; };
logs = { };
windows = {
  9 = { name = "hilight"; sticky = "yes"; };
};
mainwindows = {
  1 = { first_line = "5"; lines = "16"; };
  9 = { first_line = "1"; lines = "4"; };
};
ignores = (
  { level = "JOINS PARTS QUITS NICKS"; channels = ( "#highlite" ); }
);
    
por MikeKusold 18.08.2011 / 20:23

0 respostas

Tags