diff options
author | Robby <robby@chatbelgie.be> | 2019-02-17 15:58:31 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-18 09:15:56 +0000 |
commit | 21e7efdadfa685ac1ddcb0a0a515502bc873302b (patch) | |
tree | 885e629a2eb4e60cc308e4f97668c5db2f718cf0 /src/modules/m_globops.cpp | |
parent | 35bbf9bb0100800111f5123e378d807bf87ad846 (diff) |
Various text improvements: consistency, syntax, help and doc updates/fixes.
Diffstat (limited to 'src/modules/m_globops.cpp')
-rw-r--r-- | src/modules/m_globops.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_globops.cpp b/src/modules/m_globops.cpp index b98adce35..0102b3b57 100644 --- a/src/modules/m_globops.cpp +++ b/src/modules/m_globops.cpp @@ -30,7 +30,7 @@ class CommandGlobops : public Command public: CommandGlobops(Module* Creator) : Command(Creator,"GLOBOPS", 1,1) { - flags_needed = 'o'; syntax = "<any-text>"; + flags_needed = 'o'; syntax = ":<message>"; } CmdResult Handle(User* user, const Params& parameters) CXX11_OVERRIDE |