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