[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: OP cheating



On Tue, 17 Mar 1998, Szekeres Istvan wrote:

> I think the whole problem could be solved if the OPER command would be
> permitted only x+random(y) seconds after the connection.

What has OPER got to do with anything?

If you are thinking of chanop privs, then according to the original mail,
this did not make use of a netheal at all..

-- Null @ irc.dknet.dk

-- Robert Martin-Legène (RM59), Network Manager, DKnet (AS2109), Denmark

   main(){int a[2],b[2];pipe(a);pipe(b);if(fork()){dup2(a[0],0);dup2(b[1],1)
   ;}else{dup2(b[0],0);dup2(a[1],1);write(1,"R",1);}execlp("cat","cat",0);}