From b8c16fdaba6d97340b915afb35bdbb064e0f2dfa Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Sun, 1 Apr 2012 00:09:18 -0500 Subject: [PATCH] if 0 some things out --- modules/core/m_part.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/m_part.c b/modules/core/m_part.c index 5e38047a..360b01b6 100644 --- a/modules/core/m_part.c +++ b/modules/core/m_part.c @@ -128,12 +128,14 @@ part_one_client(struct Client *client_p, struct Client *source_p, char *name, ch (source_p->localClient->firsttime + ConfigFileEntry.anti_spam_exit_message_time) < rb_current_time())))) { +#if 0 if(chptr->mode.mode & MODE_NOCOLOR) { rb_strlcpy(reason2, reason, BUFSIZE); strip_colour(reason2); reason = reason2; } +#endif sendto_server(client_p, chptr, CAP_TS6, NOCAPS, ":%s PART %s :%s", use_id(source_p), chptr->chname, reason); sendto_channel_local(ALL_MEMBERS, chptr, ":%s!%s@%s PART %s :%s",