mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-10 10:00:28 +01:00
Tweaked irc:whois a bit
This commit is contained in:
parent
e866807a44
commit
72a355cc70
3
init.lua
3
init.lua
@ -265,9 +265,8 @@ function meta:whois(nick)
|
|||||||
|
|
||||||
if result.account then
|
if result.account then
|
||||||
result.account = result.account[3]
|
result.account = result.account[3]
|
||||||
end
|
|
||||||
|
|
||||||
if result.registered then
|
elseif result.registered then
|
||||||
result.account = result.registered[2]
|
result.account = result.registered[2]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user