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