X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/1b5d7c2e8aec5f9bbcf11221c80a7bbf1ceb9b0e..b2c208be091670e3c5259eba77187bae6ac6eece:/modules/m_xline.c diff --git a/modules/m_xline.c b/modules/m_xline.c index d1975ecd..ab348ac8 100644 --- a/modules/m_xline.c +++ b/modules/m_xline.c @@ -256,18 +256,6 @@ valid_xline(struct Client *source_p, const char *gecos, const char *reason) return 0; } - if(strchr(reason, ':') != NULL) - { - sendto_one_notice(source_p, ":Invalid character ':' in comment"); - return 0; - } - - if(strchr(reason, '"')) - { - sendto_one_notice(source_p, ":Invalid character '\"' in comment"); - return 0; - } - if(!valid_wild_card_simple(gecos)) { sendto_one_notice(source_p,