Skip to content

Commit 1698e7c

Browse files
committed
Correct realname from WHO output
1 parent 54189c6 commit 1698e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/handlers/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ var handlers = {
8888
ident: params[2],
8989
hostname: params[3],
9090
server: params[4],
91-
real_name: params[7],
91+
real_name: realname,
9292
away: is_away,
9393
num_hops_away: hops_away
9494
});

0 commit comments

Comments
 (0)