aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/commands.h
diff options
context:
space:
mode:
authorGravatar Sadie Powell2024-02-27 14:37:40 +0000
committerGravatar Sadie Powell2024-02-27 14:45:07 +0000
commitfd25fe3c4fd24faa6270c8805462cb2d50d8834a (patch)
tree29a7fb0927a1529b60621d635db5057549e56f11 /src/modules/m_spanningtree/commands.h
parentSet a command access for the SVSHOLD command. (diff)
Send the real username as the second parameter to FIDENT.
Diffstat (limited to 'src/modules/m_spanningtree/commands.h')
-rw-r--r--src/modules/m_spanningtree/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/commands.h b/src/modules/m_spanningtree/commands.h
index a34e774ce..cb3b22ed3 100644
--- a/src/modules/m_spanningtree/commands.h
+++ b/src/modules/m_spanningtree/commands.h
@@ -236,7 +236,7 @@ class CommandFIdent final
{
public:
CommandFIdent(Module* Creator)
- : UserOnlyServerCommand<CommandFIdent>(Creator, "FIDENT", 1)
+ : UserOnlyServerCommand<CommandFIdent>(Creator, "FIDENT", 2)
{
}
CmdResult HandleRemote(RemoteUser* user, Params& params);