obbyworld/obby

Messages to non-# channels are confused for PMs

开放

#152 创建于 2026年3月2日

 (0 条评论) (2 个反应) (1 位负责人)TypeScript (21 个派生)auto 404
IRC Clientbuggood first issue

仓库指标

星标
 (222 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It appears that CHANTYPES is ignored and # is hardcoded as the only recognized channel type, leading all messages to be treated as if they were PMs to the user.

https://github.com/ObsidianIRC/ObsidianIRC/blob/948c6005a945f0149982c86ca9868e28ee458ef6/src/lib/ircClient.ts#L1579

贡献者指南