Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 505414

Summary: =net-irc/hexchat-2.9.6.1-r1 : fails to detect the previous autojoin settings
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Julian Ospald <hasufell>
Status: RESOLVED WONTFIX    
Severity: normal CC: god, proxy-maint
Priority: Normal Keywords: REGRESSION, STABLE
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/hexchat/hexchat/issues/739
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: screenshot

Description Agostino Sarubbo gentoo-dev 2014-03-23 09:41:54 UTC
Created attachment 373298 [details]
screenshot

with 2.9.5-r1 I had for example this setting:

-server FOO
-autojoin channel1
-autojoin channel2

Now, it joins only channel1 and channel2 is in the place where the key of channel1 should be. Attaching a screenshot to be exhaustive.
Comment 1 Denis M. (Phr33d0m) 2014-03-23 11:23:14 UTC
Hi Ago, this was an upstream decision on changing how the config file manages the autojoin channels. We can't nor will automatically fix a user's config.

See https://github.com/hexchat/hexchat/issues/739 and referenced bugs.

* Before: 
J=#channel,#channel2,etc...

* Now: 
J=#channel
J=#channel2,etc...