mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
add xchat r1489
This commit is contained in:
6
src/common/chanopt.h
Normal file
6
src/common/chanopt.h
Normal file
@@ -0,0 +1,6 @@
|
||||
int chanopt_command (session *sess, char *tbuf, char *word[], char *word_eol[]);
|
||||
gboolean chanopt_is_set (unsigned int global, guint8 per_chan_setting);
|
||||
gboolean chanopt_is_set_a (unsigned int global, guint8 per_chan_setting);
|
||||
void chanopt_save_all (void);
|
||||
void chanopt_save (session *sess);
|
||||
void chanopt_load (session *sess);
|
||||
Reference in New Issue
Block a user