Skip to content
Snippets Groups Projects
Verified Commit 28115962 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixes #86

parent 95cf1d9b
No related branches found
No related tags found
No related merge requests found
......@@ -232,7 +232,8 @@ class UserInfoFragment : ServiceBoundFragment() {
networkId = networkId,
type = Buffer_Type.of(Buffer_Type.StatusBuffer)
)?.let { statusInfo ->
session.rpcHandler?.sendInput(statusInfo, "/whois ${user.nick()}")
val nick = user.nick()
session.rpcHandler?.sendInput(statusInfo, "/whois $nick $nick")
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment