]> jfr.im git - irc/quakenet/snircd-patchqueue.git/commitdiff
welcome: change text in stats header line, add : before Text
authorwiebe <redacted>
Tue, 4 May 2010 11:47:29 +0000 (13:47 +0200)
committerwiebe <redacted>
Tue, 4 May 2010 11:47:29 +0000 (13:47 +0200)
welcome.patch

index 8001a99ded140b718dca2b913dee9403f2f4df0a..6d01fd21a89585a36656b52f44a10d8804d8ec5d 100644 (file)
@@ -1734,7 +1734,7 @@ diff -r 8bf1b05cdfe7 ircd/welcome.c
 +
 +  /* stats header */
 +  send_reply(sptr, SND_EXPLICIT | RPL_STATSWELCOME,
-+    "W # Target Who Created LastMod Text");
++    "W # Target Who Timestamp LastMod :Text");
 +
 +  /* loop over all entries - range 0 to 2 * max - 1 */
 +  for (name = 0; name <= 2 * WELCOME_MAX_ENTRIES - 1; name++) {