X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/ircbot/blobdiff_plain/8de6e01b5b0e79d91838e0320cc1424d526ae729..38f6943ea4dc881ac5702af65fd0d253de9ec63f:/help.pl diff --git a/help.pl b/help.pl index c9f2811..92ed65a 100755 --- a/help.pl +++ b/help.pl @@ -23,7 +23,8 @@ s,/[^/]+$,/helpinfos, or die "$_ ?"; open HI, "< $_" or die $?; $tc= '-+._0-9a-z'; -$sf= $ENV{'SCRIPT_NAME'}; +##$sf= $ENV{'SCRIPT_NAME'}; +$sf = "/help"; while () { s/\s+$//;