From: Gabriel B. <sh...@us...> - 2006-03-18 05:05:21
|
Update of /cvsroot/solidircd/solidircd-stable/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26519/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.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** channel.c 18 Mar 2006 05:04:03 -0000 1.15 --- channel.c 18 Mar 2006 05:05:17 -0000 1.16 *************** *** 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); } --- 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 privileges", me.name, parv[0], who->name); } |