![IRSSI: HilightWin에 가입/부분/종료가 표시됩니다.](https://linux55.com/image/17378/IRSSI%3A%20HilightWin%EC%97%90%20%EA%B0%80%EC%9E%85%2F%EB%B6%80%EB%B6%84%2F%EC%A2%85%EB%A3%8C%EA%B0%80%20%ED%91%9C%EC%8B%9C%EB%90%A9%EB%8B%88%EB%8B%A4..png)
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" ); }
);