Skip to content
Snippets Groups Projects
Commit ec92d660 authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Use better source of nickname on SJOIN

parent 2d8b2c4e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -942,7 +942,7 @@ function Server_Work(cmdline) {
this.rawout(format(":%s MODE %s -o %s",
ServerName,
tmp.nam,
k.nick
n.nick
));
}
if (k.isvoice) {
......@@ -950,7 +950,7 @@ function Server_Work(cmdline) {
this.rawout(format(":%s MODE %s -v %s",
ServerName,
tmp.nam,
k.nick
n.nick
));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment