Subject: | multiple consecutive term codes causes error |
Because of the structure of the code from line 1285 through 1301, if you have
\0(bold_on)\0(bold_off)
the first one is caught by the regex to find 'bold', and turns boldness on, but the second one is caught by the regex that finds user-defined color codes, and raises errors. Included is a patch that seems to correct the issue.
Message body not shown because it is not plain text.