Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log = false not works #402

Closed
misterhsp opened this issue Feb 10, 2024 · 6 comments · Fixed by #403
Closed

log = false not works #402

misterhsp opened this issue Feb 10, 2024 · 6 comments · Fixed by #403
Labels
Milestone

Comments

@misterhsp
Copy link

I have set 'log = false' (chat log) in the srain.cfg. But the chatlog is still written to ~/.local/share/srain/logs. I would like to turn this off.

/hsp

@SilverRainZ
Copy link
Member

Can you paste your srain.cfg?

@misterhsp
Copy link
Author

misterhsp commented Feb 10, 2024 via email

@SilverRainZ
Copy link
Member

Sorry, I forgot that this function is not implemented in the code.

struct _SrnChatConfig {
bool log; // TODO
bool render_mirc_color;
char *password;
GList *auto_run_cmd_list;
SuiBufferConfig *ui;
};

@SilverRainZ
Copy link
Member

#403 should works, will be released as part of 1.6.0

@misterhsp
Copy link
Author

misterhsp commented Feb 11, 2024 via email

@SilverRainZ
Copy link
Member

@misterhsp thanks for pointing this out. Since it wasn't that long since the release, I recreated the tag

@SilverRainZ SilverRainZ added this to the 1.6 milestone Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants