From: Gabriel B. <sh...@us...> - 2005-12-04 16:22:23
|
Update of /cvsroot/solidircd/solidircd-stable/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19088/src Modified Files: s_serv.c userban.c Log Message: more updates. Index: userban.c =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/src/userban.c,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** userban.c 4 Dec 2005 14:40:45 -0000 1.8 --- userban.c 4 Dec 2005 16:22:15 -0000 1.9 *************** *** 1666,1669 **** --- 1666,1672 ---- sendto_ops("%s active for %s", btext, get_client_name(acptr, FALSE)); + //Send the information to servers. + sendto_serv_butone("%s active for %s", btext, + get_client_name(acptr, FALSE)); exit_client(acptr, acptr, &me, rbuf); i--; Index: s_serv.c =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/src/s_serv.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** s_serv.c 4 Dec 2005 15:13:20 -0000 1.12 --- s_serv.c 4 Dec 2005 16:22:15 -0000 1.13 *************** *** 2729,2733 **** // We need to send glines information to servers ? -Sheik ! sendto_serv_butone(cptr, ":%s GLINE %s@%s %l :%s",parv[0], user, host, reason); sendto_realops("%s added G-Line for [%s@%s] [%s]", --- 2729,2733 ---- // We need to send glines information to servers ? -Sheik ! sendto_serv_butone(cptr, ":%s GLINE %s@%s %l :%s", parv[0], user, host, reason); sendto_realops("%s added G-Line for [%s@%s] [%s]", |