From: William Pitcock Date: Sun, 1 Apr 2012 05:09:18 +0000 (-0500) Subject: if 0 some things out X-Git-Url: https://jfr.im/git/solanum.git/commitdiff_plain/b8c16fdaba6d97340b915afb35bdbb064e0f2dfa if 0 some things out --- 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",