After installing IrssiNotifier today, I found that I only received 1 in 30 notifications, or so. The issue turned out to be that the computer running the irssi script in most cases needed more than 5 seconds in order to successfully resolve irssinotifier.appspot.com, for some reason. (Cf. line 230 in irssinotifier.pl, "wget --tries=1 --timeout=5 ...")
While this is certainly a local problem (which I will try to resolve), I see no reason not to increase the timeout (and/or tries).
After installing IrssiNotifier today, I found that I only received 1 in 30 notifications, or so. The issue turned out to be that the computer running the irssi script in most cases needed more than 5 seconds in order to successfully resolve irssinotifier.appspot.com, for some reason. (Cf. line 230 in irssinotifier.pl, "wget --tries=1 --timeout=5 ...")
While this is certainly a local problem (which I will try to resolve), I see no reason not to increase the timeout (and/or tries).