aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_customtitle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_customtitle.cpp')
-rw-r--r--src/modules/m_customtitle.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp
index bca9aea98..b51d71c6e 100644
--- a/src/modules/m_customtitle.cpp
+++ b/src/modules/m_customtitle.cpp
@@ -101,12 +101,12 @@ class CommandTitle : public Command
user->WriteNotice("Custom title set to '" + config.title + "'");
- return CMD_SUCCESS;
+ return CmdResult::SUCCESS;
}
}
user->WriteNotice("Invalid title credentials");
- return CMD_SUCCESS;
+ return CmdResult::SUCCESS;
}
};