新的notify.pl for irssi
因为原来的notify.pl不提示私人消息,所以换了新的,先是在tenzu的blog上看到,但不能直接复制下来,因为代码格式被网页格式覆盖了,昨晚试着自己改了半天都不成功,今天adm8157同学给我传了tenzu的blog上的那个原件,并给了我google code的地址,才发现,原来我早就看过那个了,只是当时没细看,唉…… 这是我修改后的代码: ## ## Put me in ~/.irssi/scripts, and then execute the following in irssi: ## ## /load perl ## /script load notify ## use strict; use Irssi; use vars qw($VERSION %IRSSI); $VERSION = "0.01"; %IRSSI = ( authors => ‘Luke Macken, Paul W. Frields’, contact => ‘lewk@csh.rit.edu, stickster@gmail.com’, name => ‘notify.pl’, [...]



