diff --git a/Changes b/Changes index 0589d0f07..44cb93adc 100644 --- a/Changes +++ b/Changes @@ -468,3 +468,4 @@ - Added /infoserv (you can stop bugging us now skold ;P) - Removed ALN, and the ALN system. - Added base64 encoding instead, for ALN v2 (NS) +- Removed a SJ3 debug msg diff --git a/src/channel.c b/src/channel.c index 4d2097daa..9a9348e03 100644 --- a/src/channel.c +++ b/src/channel.c @@ -4722,7 +4722,6 @@ int m_sjoin(cptr, sptr, parc, parv) else strncpyzt(bp, (t - (c - 1)), c); /* Put the nick in bp */ - sendto_ops("Got nick .. %s at %s", bp, chptr->chname); c = f = 0; modeflags = 0; i = 0;