eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
508 stars 84 forks source link

Fix .channel formatting #1684

Closed vanosg closed 2 months ago

vanosg commented 2 months ago

Fixes: #1672

There was an erroneous (probably added by me) snprintf line in the .channel code that incorrectly changed the join time to the hostmask. This removes that line.

Looking back at this code, it could probably stand to be tightened up in a future release as #1679 starts to do, but is too much to include as an RC fix.