diff options
| author | 2019-02-17 15:58:31 +0100 | |
|---|---|---|
| committer | 2019-02-18 09:15:56 +0000 | |
| commit | 21e7efdadfa685ac1ddcb0a0a515502bc873302b (patch) | |
| tree | 885e629a2eb4e60cc308e4f97668c5db2f718cf0 /src/modules/m_cgiirc.cpp | |
| parent | Fix an off-by-one error in User::GetModeLetters(). (diff) | |
Various text improvements: consistency, syntax, help and doc updates/fixes.
Diffstat (limited to 'src/modules/m_cgiirc.cpp')
| -rw-r--r-- | src/modules/m_cgiirc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cgiirc.cpp b/src/modules/m_cgiirc.cpp index 4c89ad894..d80719c17 100644 --- a/src/modules/m_cgiirc.cpp +++ b/src/modules/m_cgiirc.cpp @@ -132,7 +132,7 @@ class CommandWebIRC : public SplitCommand { allow_empty_last_param = false; works_before_reg = true; - this->syntax = "<password> <gateway> <hostname> <ip> [flags]"; + this->syntax = "<password> <gateway> <hostname> <ip> [<flags>]"; } CmdResult HandleLocal(LocalUser* user, const Params& parameters) CXX11_OVERRIDE |
