Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv3914/src
Modified Files:
opserv.c
Log Message:
Remove obsolete reference to the term "handle."
Index: opserv.c
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.c,v
retrieving revision 1.245
retrieving revision 1.246
diff -C2 -r1.245 -r1.246
*** opserv.c 11 Jul 2002 18:15:50 -0000 1.245
--- opserv.c 12 Jul 2002 16:52:18 -0000 1.246
***************
*** 4325,4332 ****
if (user->ip) {
send_channel_notice(opserv_conf.staff_auth_channel, opserv,
! IDENT_FORMAT" authed to %s handle %s", IDENT_DATA(user), type, user->handle_info->handle);
} else {
send_channel_notice(opserv_conf.staff_auth_channel, opserv,
! "%s [%s@%s] authed to %s handle %s", user->nick, user->ident, user->hostname, type, user->handle_info->handle);
}
}
--- 4325,4332 ----
if (user->ip) {
send_channel_notice(opserv_conf.staff_auth_channel, opserv,
! IDENT_FORMAT" authed to %s account %s", IDENT_DATA(user), type, user->handle_info->handle);
} else {
send_channel_notice(opserv_conf.staff_auth_channel, opserv,
! "%s [%s@%s] authed to %s account %s", user->nick, user->ident, user->hostname, type, user->handle_info->handle);
}
}
|