Geo

Results 133 comments of Geo

@MyWay If what you pasted is truly your full docker-compose file, then it should never have started with any version. What would be most helpful here is running it in...

@DArqueBishop thank you for your help testing the fix. I think (hope?) the most recent update just pushed to the eggdrop:develop image holds the fix. It takes about 24-48 hours...

I think @thommey misspoke on this one- I think we deliberately made it a MODE flag, not JOIN flag, because join is associated with a single channel and an account...

Just to document here- if you set console to * and are in two channels, you'll see this: ``` [20:59:15] Nick change: Geo -> Geo_ [20:59:15] Nick change: Geo ->...

Hi @BigBadWouf , are you still having this issue with 1.10.1? If you are, could you please include some logs showing the issue as it occurs in the partyline? If...

Hi @DiamantTh , I read this when you submitted, but am only getting around to responding now. I'd be curious what 'channel state' and 'user state' means in this context....

You're spot on, extending something is a great use, but the complexity comes with how to use incorporate two different ways to run the same type of process, userfile sharing,...

Great catch, and makes sense in hindsight since UTF are multi-byte characters, and the fields are currently fixed-byte (not character). Yet another "feature" that has evolved in the 30 years...

OK, this happens when the userhost-in-names CAP is enabled (can you confirm you have this CAP enabled?). Need to re-review this to see if we have all the info we...

I'll add we specifically made an assumption when this was designed: ``` /* The assumption here is the user enabled userhost-in-names because WHO * is disabled. We remove the pending...