jenni icon indicating copy to clipboard operation
jenni copied to clipboard

cmode +c -- blocks color/bold/ect.. text on certain IRCd's.

Open ghost opened this issue 12 years ago • 5 comments

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.

ghost avatar Jul 10 '12 06:07 ghost

What to channel mode changes look like when sent to a client?

myano avatar Aug 13 '12 01:08 myano

ineedalifetoday, don't use UnrealIRCd.

Kays avatar Sep 03 '12 02:09 Kays

@ineedalifetoday Channel mode +S on UnrealIRCD will strip colors without blocking.

embolalia avatar Sep 09 '12 17:09 embolalia

@myano

:nick!user@host MODE #channel +c

0xallie avatar Jan 13 '15 19:01 0xallie

@myano user modes are grabbed per channel in https://github.com/myano/jenni/pull/137 . This could be extended to include channel modes.

kaneda avatar Feb 16 '15 18:02 kaneda