You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.
working with irssi-growl, for some reason Growl::GNTP seems to send a zero-length message to the server before the actual growl message... this was locking up regrowl and irssi until issuing ^C to regrowl. This caused it to throw an interrupt error.
I wonder if this is part of the port scan module that was added, to prevent irssi growl from blocking irssi when waiting for the growl server to respond.
working with irssi-growl, for some reason Growl::GNTP seems to send a zero-length message to the server before the actual growl message... this was locking up regrowl and irssi until issuing ^C to regrowl. This caused it to throw an interrupt error.
my hacky workaround is here:
snicker@6e72c6a
The more elegant solution is to probably implement a timeout in that loop
The text was updated successfully, but these errors were encountered: