[srvx-commits] CVS: services/src chanserv.c,1.372,1.373
Brought to you by:
entrope
From: Adrian D. <sai...@us...> - 2003-08-03 18:37:55
|
Update of /cvsroot/srvx/services/src In directory sc8-pr-cvs1:/tmp/cvs-serv26873 Modified Files: chanserv.c Log Message: Make the giveownership global consistent with the others Index: chanserv.c =================================================================== RCS file: /cvsroot/srvx/services/src/chanserv.c,v retrieving revision 1.372 retrieving revision 1.373 diff -C2 -r1.372 -r1.373 *** chanserv.c 2 Aug 2003 23:42:14 -0000 1.372 --- chanserv.c 3 Aug 2003 18:37:52 -0000 1.373 *************** *** 5817,5821 **** chanserv_notice(user, CSMSG_OWNERSHIP_GIVEN, channel->name, new_owner_hi->handle); ! sprintf(reason, "%s ownership transferred to %s by %s", channel->name, new_owner_hi->handle, user->handle_info->handle); global_message(MESSAGE_RECIPIENT_OPERS | MESSAGE_RECIPIENT_HELPERS, reason); --- 5817,5821 ---- chanserv_notice(user, CSMSG_OWNERSHIP_GIVEN, channel->name, new_owner_hi->handle); ! sprintf(reason, "%s ownership transferred to %s by %s.", channel->name, new_owner_hi->handle, user->handle_info->handle); global_message(MESSAGE_RECIPIENT_OPERS | MESSAGE_RECIPIENT_HELPERS, reason); |