diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index f051fed..6a4bfa9 100644 --- a/src/config.h +++ b/src/config.h @@ -5,10 +5,12 @@ typedef struct { char real_name[25]; char colors[2]; char channels[5][33]; + char extra_channels[128]; char alert_type; char show_ping; char hide_motd; char atract_away; + char disable_keyclick; } conf_t; extern conf_t *conf; |
