]> jfr.im git - solanum.git/commitdiff
if 0 some things out
authorWilliam Pitcock <redacted>
Sun, 1 Apr 2012 05:09:18 +0000 (00:09 -0500)
committerWilliam Pitcock <redacted>
Sun, 1 Apr 2012 05:09:18 +0000 (00:09 -0500)
modules/core/m_part.c

index 5e38047aac3b8cb8b118167f012e34e9a46f9822..360b01b6f46fe81a76576711d6bddc639b3a2f25 100644 (file)
@@ -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",