hmmm actually the whole level 'lamer' should be taken out as it is never
used. oh well... I'll do that soon.
Richard Peters
Lysergine
----- Original Message -----
From: "Richard Peters" <lys...@us...>
To: <x2s...@li...>
Sent: Tuesday, April 24, 2001 11:50 AM
Subject: [X2serv-cvs] CVS: x2/source commands.c,1.144,1.145
> Update of /cvsroot/x2serv/x2/source
> In directory usw-pr-cvs1:/tmp/cvs-serv3123
>
> Modified Files:
> commands.c
> Log Message:
> fixed the .adduser lamer problem
>
>
> Index: commands.c
> ===================================================================
> RCS file: /cvsroot/x2serv/x2/source/commands.c,v
> retrieving revision 1.144
> retrieving revision 1.145
> diff -C2 -r1.144 -r1.145
> *** commands.c 2001/04/17 10:25:42 1.144
> --- commands.c 2001/04/24 10:50:51 1.145
> ***************
> *** 2570,2574 ****
> return(FALSE);
> }
> ! if((levelch = levelcharfromname(level)) == '\0')
> {
> send_to_user(uptr, "\002Error:\002 Improper level parameter.
> /msg %s LEVELS for a list.", IrcNick);
> --- 2570,2574 ----
> return(FALSE);
> }
> ! if((levelch = levelcharfromname(level)) == '\0' || levelch == 'L')
> {
> send_to_user(uptr, "\002Error:\002 Improper level parameter.
> /msg %s LEVELS for a list.", IrcNick);
>
>
> _______________________________________________
> X2serv-cvs mailing list
> X2s...@li...
> http://lists.sourceforge.net/lists/listinfo/x2serv-cvs
|