From: Gabriel B. <sh...@us...> - 2006-03-18 05:04:11
|
Update of /cvsroot/solidircd/solidircd-stable/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25910/src Modified Files: channel.c Log Message: fixed typos. Index: channel.c =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/src/channel.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** channel.c 18 Mar 2006 05:01:16 -0000 1.14 --- channel.c 18 Mar 2006 05:04:03 -0000 1.15 *************** *** 3403,3407 **** me.name, who->name, sptr->name); // this will help out paranoid channel operators -Sheik. ! sendto_one(sptr, ":%s NOTICE %s :*** Notice -- You cant kick %s, due to insuffiecent priveledges", me.name, parv[0], who->name); } --- 3403,3407 ---- me.name, who->name, sptr->name); // this will help out paranoid channel operators -Sheik. ! sendto_one(sptr, ":%s NOTICE %s :*** Notice -- You cant kick %s, due to insufficient priveledges", me.name, parv[0], who->name); } |