aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoapplication.h')
-rw-r--r--aoapplication.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/aoapplication.h b/aoapplication.h
index 8c0e741b..4674cc2f 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -117,6 +117,9 @@ public:
//Reads the theme from config.ini and loads it into the current_theme variable
QString read_theme();
+ //Returns the value of ooc_name in config.ini
+ QString get_ooc_name();
+
//Returns the blip rate from config.ini
int read_blip_rate();
@@ -132,6 +135,9 @@ public:
//Returns the value of default_blip in config.ini
int get_default_blip();
+ //Returns true if discord is enabled in config.ini and false otherwise
+ bool is_discord_enabled();
+
//Returns the list of words in callwords.ini
QStringList get_call_words();