aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_modenotice.cpp
diff options
context:
space:
mode:
authorGravatar Robby2019-02-17 15:58:31 +0100
committerGravatar Peter Powell2019-02-18 09:15:56 +0000
commit21e7efdadfa685ac1ddcb0a0a515502bc873302b (patch)
tree885e629a2eb4e60cc308e4f97668c5db2f718cf0 /src/modules/m_modenotice.cpp
parentFix an off-by-one error in User::GetModeLetters(). (diff)
downloadinspircd++-21e7efdadfa685ac1ddcb0a0a515502bc873302b.tar.gz
inspircd++-21e7efdadfa685ac1ddcb0a0a515502bc873302b.tar.bz2
inspircd++-21e7efdadfa685ac1ddcb0a0a515502bc873302b.zip
Various text improvements: consistency, syntax, help and doc updates/fixes.
Diffstat (limited to 'src/modules/m_modenotice.cpp')
-rw-r--r--src/modules/m_modenotice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_modenotice.cpp b/src/modules/m_modenotice.cpp
index 5311015b7..59e0e8dc1 100644
--- a/src/modules/m_modenotice.cpp
+++ b/src/modules/m_modenotice.cpp
@@ -24,7 +24,7 @@ class CommandModeNotice : public Command
public:
CommandModeNotice(Module* parent) : Command(parent,"MODENOTICE",2,2)
{
- syntax = "<modes> <message>";
+ syntax = "<modeletters> :<message>";
flags_needed = 'o';
}