Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
2d8b2c4e
Commit
2d8b2c4e
authored
Jun 16, 2021
by
Randy Sommerfeld
Browse files
We don't use command anymore, fixes crash on /OPER. Found by nelgin, thanks!
parent
67265804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
exec/load/ircd/user.js
exec/load/ircd/user.js
+1
-1
No files found.
exec/load/ircd/user.js
View file @
2d8b2c4e
...
...
@@ -1023,7 +1023,7 @@ function User_Work(cmdline) {
break
;
case
"
OPER
"
:
if
(
!
p
[
1
])
{
this
.
numeric461
(
command
);
this
.
numeric461
(
"
OPER
"
);
break
;
}
if
(
this
.
mode
&
USERMODE_OPER
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment