summaryrefslogtreecommitdiffstats
path: root/src/crsm.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/crsm.hpp')
-rw-r--r--src/crsm.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crsm.hpp b/src/crsm.hpp
index c4c8482..b7633dd 100644
--- a/src/crsm.hpp
+++ b/src/crsm.hpp
@@ -284,7 +284,7 @@ private:
void removeCommandSuffixes(QString& command);
void substituteCommandAlias(QString& command);
QString clientModName(const ClientInfo& client);
- bool greetAllowed(const ClientInfo& client);
+ GreetingSetting::Mode greetingSetting(const ClientInfo& client);
void handleIrcMessage(const ClientInfo& client, QString message, const QString& target, bool privateMessage, bool action, bool own = false);
CMD_FUNCTION(help);