#!/usr/local/bin/perl

eval 'exec /usr/local/bin/perl  -S $0 ${1+"$@"}'
    if 0; # not running under some shell

use strict;
$ENV{'SSFE'} = 1;
exec 'ssfe', '-irc', 'nethirc.pl', @ARGV;
$ENV{'SSFE'} = 0;
exec 'nethirc.pl', @ARGV;
