dogancelik / irccloud-sws

✏️ Enables text styles in IRCCloud
MIT License
21 stars 6 forks source link

Markdown formatting works in commands (namely /mode) #10

Closed Chew closed 6 years ago

Chew commented 6 years ago
706acf5adb50893893fc4a74ba597aae

The command I ran is on the bottom, and the output is on top.

The ban was treated as: !@an.annoying.spammer is banned instead of *!*@an.annoying.spammer

This can seriously affect banning wildcard hosts as it just italicizes it.

dogancelik commented 6 years ago

I could make an exception for /mode commands or anything that starts with a forward slash. I will see what I can do, thanks for reporting it 😊

dogancelik commented 6 years ago

Okay 0b79d3beb7526c9201f6718d74dcdfebbb264ce5 should fix the issue now 😃

Chew commented 6 years ago

Looks good 👍