]> jfr.im git - solanum.git/blobdiff - ircd/client.c
Remove another silly outdated comment [ci skip]
[solanum.git] / ircd / client.c
index 963c89b9af0bb6d8bcdd2550e943d724c49de2d6..3580c88de43d25cc84792d463ea59bafb7e054fe 100644 (file)
@@ -21,8 +21,6 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307
  *  USA
- *
- *  $Id: client.c 3514 2007-06-06 16:25:21Z nenolod $
  */
 #include "stdinc.h"
 #include "config.h"
@@ -53,7 +51,7 @@
 #include "blacklist.h"
 #include "reject.h"
 #include "scache.h"
-#include "irc_dictionary.h"
+#include "rb_dictionary.h"
 #include "sslproc.h"
 #include "s_assert.h"
 
@@ -129,7 +127,7 @@ init_client(void)
        rb_event_addish("exit_aborted_clients", exit_aborted_clients, NULL, 1);
        rb_event_add("flood_recalc", flood_recalc, NULL, 1);
 
-       nd_dict = irc_dictionary_create("nickdelay", irccmp);
+       nd_dict = rb_dictionary_create("nickdelay", irccmp);
 }
 
 
@@ -1073,7 +1071,7 @@ free_exited_clients(void *unused)
 ** already been sent.  we make sure to exit a server's dependent clients
 ** and servers before the server itself; exit_one_client takes care of
 ** actually removing things off llists.   tweaked from +CSr31  -orabidoo
-*/
+ */
 /*
  * added sanity test code.... source_p->serv might be NULL...
  */
@@ -1126,7 +1124,7 @@ recurse_remove_clients(struct Client *source_p, const char *comment)
 ** Remove *everything* that depends on source_p, from all lists, and sending
 ** all necessary SQUITs.  source_p itself is still on the lists,
 ** and its SQUITs have been sent except for the upstream one  -orabidoo
-*/
+ */
 static void
 remove_dependents(struct Client *client_p,
                  struct Client *source_p,
@@ -1193,7 +1191,6 @@ exit_aborted_clients(void *unused)
 
 /*
  * dead_link - Adds client to a list of clients that need an exit_client()
- *
  */
 void
 dead_link(struct Client *client_p, int sendqex)
@@ -1544,7 +1541,7 @@ exit_local_client(struct Client *client_p, struct Client *source_p, struct Clien
 **
 **        CLIENT_EXITED        if (client_p == source_p)
 **        0                if (client_p != source_p)
-*/
+ */
 int
 exit_client(struct Client *client_p,   /* The local client originating the
                                         * exit or NULL, if this exit is