博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
irssi忽略退出,加入消息
阅读量:7089 次
发布时间:2019-06-28

本文共 909 字,大约阅读时间需要 3 分钟。

IRSSI: IGNORE JOINS, PARTS, QUITS AND NICKS MESSAGES

I use  on a daily basis and my client of choice for that is . I run it on my  which is always on, so I generally stay idle in the channels I’ve joined. Some channels have a lot of users connecting and disconnecting which clogs up the backlog a lot. I don’t know these users so I don’t really care who joins or parts. I’m more interested in any discussions or solutions to problems that are being asked.

To ignore these messages in Irssi you can simply issue the following command. Just make sure to replace #channel with the channel you want this setting to apply to.

/ignore -channels #channel * JOINS PARTS QUITS NICKS

If you use another IRC client I suggest you take a look at this .

 

 

转自:http://blog.htbaa.com/news/irssi-ignore-joins-parts-quits-and-nicks-messages

 

 

 

 

!!!另外一种方式:::

/ignore * joins quits parts

转载于:https://www.cnblogs.com/z-books/p/5195942.html

你可能感兴趣的文章
docker运行nginx为什么要使用 daemon off
查看>>
Linux 系统里用户管理
查看>>
上汽集团数据业务部高级总监刘峰:突破瓶颈 激发数据生产力
查看>>
跟我一起数据挖掘(20)——网站日志挖掘
查看>>
HTTPS部署笔记
查看>>
如何优雅的编写 JavaScript 代码
查看>>
MySQL 聚合函数
查看>>
Ubuntu16.10安装Ocata之2:Keystone
查看>>
IGMPv3
查看>>
ZeroMQ(java)之Router/Dealer模式
查看>>
Linux下的文件查找命令
查看>>
TCP/IP协议碎碎念
查看>>
django 将表数据通过API展示到页面上
查看>>
linux用户登录检测发送邮件提醒
查看>>
SQL Server FullText解决Like字句性能问题
查看>>
Ceph实验室:第五课:Ceph运维之换盘
查看>>
C++实践参考——复数类中的运算符重载
查看>>
【Spark Summit East 2017】为了乐趣和利润的全球扩张
查看>>
Rss订阅
查看>>
Mac - gdb配置
查看>>