[svn] - "please report this to the ratbox developers" -> "please report this to the charybdis developers". not sure how we overlooked this for so long.
This commit is contained in:
parent
4a8fab1f7b
commit
f80a18239d
10
ChangeLog
10
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
|
||||
|
|
|
@ -1 +1 @@
|
|||
#define SERNO "20070606-3510"
|
||||
#define SERNO "20070606-3512"
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue