diff options
Diffstat (limited to 'plugins/StopSpamPlus/src/settings.h')
-rw-r--r-- | plugins/StopSpamPlus/src/settings.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/StopSpamPlus/src/settings.h b/plugins/StopSpamPlus/src/settings.h index 683d7cb0c7..7d3e3218cb 100644 --- a/plugins/StopSpamPlus/src/settings.h +++ b/plugins/StopSpamPlus/src/settings.h @@ -9,6 +9,10 @@ struct Settings CMOption<char*> DisabledProtoList;
CMOption<DWORD> MaxQuestCount;
+ const wchar_t* getQuestion();
+ const wchar_t* getReply();
+ const wchar_t* getCongrats();
+
bool ProtoDisabled(const char *proto)
{
std::string temp(proto); temp += ' ';
|