mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Save chanopt after any changes
This commit is contained in:
@@ -575,8 +575,13 @@ cmd_unban (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
static int
|
||||
cmd_chanopt (struct session *sess, char *tbuf, char *word[], char *word_eol[])
|
||||
{
|
||||
int ret;
|
||||
|
||||
/* chanopt.c */
|
||||
return chanopt_command (sess, tbuf, word, word_eol);
|
||||
ret = chanopt_command (sess, tbuf, word, word_eol);
|
||||
chanopt_save_all ();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user