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

Re: Need help for ircd



On Fri, Jul 13, 2001 at 03:35:40PM +0200, Olivier Beytrison wrote:
> 
> An irc operator cannot op him self.

Nobody can op himself, because it doesn't make sense.

channel.c, line 1123 (in 2.10.3p2) says:

                        if (who == cptr && whatt == MODE_ADD && *curr == 'o')
                                break;

Just remove those 2 lines.

Kurt