Valodim / irssi-histfetcher

Fetch query logs from a bouncer server via ssh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this script still work?

PetraOleum opened this issue · comments

I have no experience with perl or irssi scripting, unfortunately, so I can't really debug this myself, but when I add histfetch.pl to ~/.irssi/scripts/autorun/ and open a new query it gives

19:42 -!- Irssi: Error in script histfetch:
19:42 Undefined subroutine &POSIX::_exit called at 
          /home/petra/.irssi/scripts/autorun/histfetch.pl line 58.
19:42 
19:42 -!- Irssi: warning SSL read error: decryption failed or bad record mac
19:42 -!- Irssi: Connection lost to <bouncer server>

and irssi seems to start choking in general. When I comment out the $POSIX::_exit it still gives me the SSL issues.

Is this still a functioning script for you and I don't have things set up right, or has something changed in perl and/or irssi to make it not work any more?