jenni
jenni copied to clipboard
cmode +c -- blocks color/bold/ect.. text on certain IRCd's.
UnrealIRCd / bahamut (dalnet) have cmode +c .. this mode will HALT all color/bold/ect.. text. basically causing jenni to fail. charybdis / ircd-seven (freenode) cmode +c is forgiving as it just strips the color/bold/ect... as it send it to the channel.
Idea is to make jenni grab the cmode's when it joins the channel or when they change. if cmode +c exists, make jenni NOT send color/bold text. This will prevent jenni from failing on UnrealIRCd / bahamut.
On a side note, UnrealIRCd's cmode +c will let bold text go through. Just not color.
What to channel mode changes look like when sent to a client?
ineedalifetoday, don't use UnrealIRCd.
@ineedalifetoday Channel mode +S on UnrealIRCD will strip colors without blocking.
@myano
:nick!user@host MODE #channel +c
@myano user modes are grabbed per channel in https://github.com/myano/jenni/pull/137 . This could be extended to include channel modes.