]> jfr.im git - solanum.git/blobdiff - modules/m_stats.c
Get rid of ^M.
[solanum.git] / modules / m_stats.c
index f264e35fdd1f47f10290651252f1001127c8f1e1..7d9abc9fe276ec76ec866ae7c2bbabad492c446d 100644 (file)
@@ -443,17 +443,17 @@ stats_exempt(struct Client *source_p)
        }}
 
 
-static void\r
-stats_events_cb(char *str, void *ptr)\r
-{\r
-       sendto_one_numeric(ptr, RPL_STATSDEBUG, "E :%s", str);\r
-}\r
-\r
-static void\r
-stats_events (struct Client *source_p)\r
-{\r
-       rb_dump_events(stats_events_cb, source_p);\r
-       send_pop_queue(source_p);\r
+static void
+stats_events_cb(char *str, void *ptr)
+{
+       sendto_one_numeric(ptr, RPL_STATSDEBUG, "E :%s", str);
+}
+
+static void
+stats_events (struct Client *source_p)
+{
+       rb_dump_events(stats_events_cb, source_p);
+       send_pop_queue(source_p);
 }
 
 /* stats_pending_glines()
@@ -1373,18 +1373,18 @@ stats_l_client(struct Client *source_p, struct Client *target_p,
        }
 }
 
-static void\r
-rb_dump_fd_callback(int fd, const char *desc, void *data)\r
-{\r
-       struct Client *source_p = data;\r
-       sendto_one_numeric(source_p, RPL_STATSDEBUG, "F :fd %-3d desc '%s'", fd, desc);\r
-}\r
-\r
-static void\r
-stats_comm(struct Client *source_p)\r
-{\r
-       rb_dump_fd(rb_dump_fd_callback, source_p);\r
-       send_pop_queue(source_p);\r
+static void
+rb_dump_fd_callback(int fd, const char *desc, void *data)
+{
+       struct Client *source_p = data;
+       sendto_one_numeric(source_p, RPL_STATSDEBUG, "F :fd %-3d desc '%s'", fd, desc);
+}
+
+static void
+stats_comm(struct Client *source_p)
+{
+       rb_dump_fd(rb_dump_fd_callback, source_p);
+       send_pop_queue(source_p);
 }
 
 /*