We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54189c6 commit 1698e7cCopy full SHA for 1698e7c
src/commands/handlers/misc.js
@@ -88,7 +88,7 @@ var handlers = {
88
ident: params[2],
89
hostname: params[3],
90
server: params[4],
91
- real_name: params[7],
+ real_name: realname,
92
away: is_away,
93
num_hops_away: hops_away
94
});
0 commit comments