prawnsalad / KiwiIRC

This is **DEPRECATED**! Please go to https://github.com/kiwiirc/kiwiirc
https://kiwiirc.com
GNU Affero General Public License v3.0
891 stars 277 forks source link

MOTDs/formatting-in-channels get replaced with broken html content #928

Open Zarthus opened 7 years ago

Zarthus commented 7 years ago

A snippet from the motd of nova.esper.net, as viewed on kiwiirc.com:

img

-   Channels of note:
-      <a class="chan" data-channel="#<span class=" format_span"="" style="font-weight: bold; ">dragonweyr"&gt;#<span class="format_span" style="font-weight: bold; ">dragonweyr</span></a>      - Issues requiring network staff intervention.
-      <a class="chan" data-channel="#<span class=" format_span"="" style="font-weight: bold; ">help"&gt;#<span class="format_span" style="font-weight: bold; ">help</span></a>            - General IRC help.
-      <a class="chan" data-channel="#<span class=" format_span"="" style="font-weight: bold; ">lobby"&gt;#<span class="format_span" style="font-weight: bold; ">lobby</span></a>           - General chat.
-      (Note: these names have been bolded to prevent them from being clickable
-         by certain browser-based clients. To join a channel, type /join name.)

Actual motd (copied with formatting):

-   Channels of note:
-      #dragonweyr      - Issues requiring network staff intervention.
-      #help            - General IRC help.
-      #lobby           - General chat.
-      (Note: these names have been bolded to prevent them from being clickable
-         by certain browser-based clients. To join a channel, type /join name.)