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
67265804
Commit
67265804
authored
Jun 16, 2021
by
Randy Sommerfeld
Browse files
Use proper variable on KILL
parent
415ba533
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 @
67265804
...
...
@@ -746,7 +746,7 @@ function User_Work(cmdline) {
k
.
nick
,
p
[
1
]
));
target
.
quit
(
format
(
k
.
quit
(
format
(
"
Killed (%s (%s))
"
,
this
.
nick
,
p
[
1
]
...
...
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