From 1523bf7795cf9424859c2147e3004e175d4844fd Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Thu, 8 Jun 2017 00:07:02 +0200 Subject: Allow option to greet via notice on IRC --- src/crsm.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crsm.hpp') 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); -- cgit v1.2.3-54-g00ecf