IRSSI: HilightWin에 가입/부분/종료가 표시됩니다.

IRSSI: HilightWin에 가입/부분/종료가 표시됩니다.

Hilightwin.pl내 모든 채널에 대한 가입/섹션/종료를 표시합니다. 레벨과 관련된 질문인 것 같은데 어디서부터 시작해야 할지 모르겠습니다.

내가 사용하는 일부 플러그인은 관련성이 있을 수 있습니다.

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

.irssi/구성

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" ); }
);

관련 정보