]> jfr.im git - solanum.git/commitdiff
[svn] - "please report this to the ratbox developers" -> "please report this to the...
authornenolod <redacted>
Wed, 6 Jun 2007 16:25:21 +0000 (09:25 -0700)
committernenolod <redacted>
Wed, 6 Jun 2007 16:25:21 +0000 (09:25 -0700)
ChangeLog
include/serno.h
src/client.c

index 1383a8440f5fa6f1d715f0446492c1cf1f373986..93e057e17433e397e44eca5c9c91cc2743df7fca 100644 (file)
--- 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
index d20f8b940985d00ba8643a1617fcd40726dd3f51..f9ef2afc18b4af44d0d688573a5db8c93797b6f4 100644 (file)
@@ -1 +1 @@
-#define SERNO "20070606-3510"
+#define SERNO "20070606-3512"
index ae8ce9c6d7467e36fa4cfd06262ba678d926e3bd..0bed4ffc33baa8ac18d064db0f25f109733567e9 100644 (file)
@@ -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;
                        }
                }