aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libevent.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-26 22:26:13 -0500
committerJack Nagel2014-06-26 22:26:13 -0500
commit4f6a844a7bab984fb660bdabf26da8c712467aab (patch)
tree5e759ffe00f28057a78c7901f4aa2a009bb5ee10 /Library/Formula/libevent.rb
parentee2240bc661c6d9e49c63bbdd8d1e92b7d630b43 (diff)
downloadhomebrew-4f6a844a7bab984fb660bdabf26da8c712467aab.tar.bz2
Simplify NoSuchKegError condition
dirs will be empty if the rack directory does not exist.
Diffstat (limited to 'Library/Formula/libevent.rb')
0 files changed, 0 insertions, 0 deletions
an> $line =~ /^005\s.*Try\sserver\s(.*?),.*port\s(.*?)$/ || $line =~ /^010\s.*?\s(.*?)\s(.*?)\s/ ) { my $redirect = $1; my $port = $2; Irssi::print "Server suggests to redirect to $redirect $port"; if ( Irssi::settings_get_bool("follow_redirect") ) { $server->command("SERVER $redirect $port"); } } } Irssi::settings_add_bool("server", "follow_redirect", 1); Irssi::signal_add_last('server event', 'sig_servermsg');