]> jfr.im git - solanum.git/blobdiff - modules/m_xline.c
m_info: Correct description of general::client_exit like in example confs.
[solanum.git] / modules / m_xline.c
index d1975ecdb8436b98745023364e83e3354d482958..ab348ac85bbd9e743b589a14f3409e7d97999c0c 100644 (file)
@@ -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,