mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 17:50:19 +00:00
Fix chanopts not saving if /quit before exit
This is the C fix, unfortunately a proper fix, e.g. removing the dependency on session_name all together is a much vaster refactor outside the scope of this bugfix. Closes #1111
This commit is contained in:
@@ -388,6 +388,7 @@ typedef struct session
|
||||
char channel[CHANLEN];
|
||||
char waitchannel[CHANLEN]; /* waiting to join channel (/join sent) */
|
||||
char willjoinchannel[CHANLEN]; /* will issue /join for this channel */
|
||||
char session_name[CHANLEN]; /* the name of the session, should not modified */
|
||||
char channelkey[64]; /* XXX correct max length? */
|
||||
int limit; /* channel user limit */
|
||||
int logfd;
|
||||
|
||||
Reference in New Issue
Block a user