RELAYMSG clients not treated as unique users #29

Open
opened 2025-09-27 02:03:10 +02:00 by pratyush · 0 comments
Owner

wat/db.go Line 66 in 67ef6fec1b
func (w *WatDb) User(nick, host string, create bool) Player {

Based on a glance this code/function seems to be responsible for the relaymsg bridge users not being treated as unique clients. If the msg tags says relaymsg we can handle it different and base the identification on the nick from the nick!user@host and not run the if host or nick present in db check

https://git.com.de/LibertaCasa/watbot/src/commit/67ef6fec1b6b4ca6b99701109b15f60a853dc5a2/wat/db.go#L66 Based on a glance this code/function seems to be responsible for the relaymsg bridge users not being treated as unique clients. If the msg tags says relaymsg we can handle it different and base the identification on the `nick` from the `nick!user@host` and not run the if host or nick present in db check
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LibertaCasa/watbot#29
No description provided.