aboutsummaryrefslogtreecommitdiff
path: root/include/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/aoapplication.h')
-rw-r--r--include/aoapplication.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h
index fcee38fd..e4a5b7f6 100644
--- a/include/aoapplication.h
+++ b/include/aoapplication.h
@@ -261,9 +261,15 @@ public:
//Returns the showname from the ini of p_char
QString get_showname(QString p_char);
- //Returns the value of chat from the specific p_char's ini file
+ //Returns the value of chat image from the specific p_char's ini file
QString get_chat(QString p_char);
+ //Returns the value of chat font from the specific p_char's ini file
+ QString get_chat_font(QString p_char);
+
+ //Returns the value of chat font size from the specific p_char's ini file
+ int get_chat_size(QString p_char);
+
//Returns the value of shouts from the specified p_char's ini file
QString get_char_shouts(QString p_char);