diff --git a/ChangeLog b/ChangeLog index 1383a84..93e057e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +nenolod 2007/06/06 16:20:40 UTC (20070606-3512) + Log: + Add IRC_DEPRECATED macro for marking functions and data structures + as deprecated on compilers that support it. + + + Changes: Modified: + +14 -4 trunk/include/ircd_defs.h (File Modified) + + nenolod 2007/06/06 15:46:12 UTC (20070606-3510) Log: - update IDEAS with link failover diff --git a/include/serno.h b/include/serno.h index d20f8b9..f9ef2af 100644 --- a/include/serno.h +++ b/include/serno.h @@ -1 +1 @@ -#define SERNO "20070606-3510" +#define SERNO "20070606-3512" diff --git a/src/client.c b/src/client.c index ae8ce9c..0bed4ff 100644 --- a/src/client.c +++ b/src/client.c @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: client.c 3446 2007-05-14 22:21:16Z jilles $ + * $Id: client.c 3514 2007-06-06 16:25:21Z nenolod $ */ #include "stdinc.h" #include "config.h" @@ -1100,7 +1100,7 @@ free_exited_clients(void *unused) target_p->name, (unsigned int) target_p->status, target_p->flags, target_p->flags2, target_p->handler); sendto_realops_snomask(SNO_GENERAL, L_ALL, - "Please report this to the ratbox developers!"); + "Please report this to the charybdis developers!"); found++; } } @@ -1285,7 +1285,7 @@ exit_aborted_clients(void *unused) abt->client->name, (unsigned int) abt->client->status, abt->client->flags, abt->client->flags2, abt->client->handler); sendto_realops_snomask(SNO_GENERAL, L_ALL, - "Please report this to the ratbox developers!"); + "Please report this to the charybdis developers!"); continue; } }