Closes #290 - opt-out for extra alerts now working

This commit is contained in:
misdre
2013-04-08 19:19:55 +02:00
parent ed27009285
commit 0424e5a329
3 changed files with 6 additions and 18 deletions

View File

@@ -22,7 +22,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);