mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-10 01:50:26 +01:00
Tweaked irc:whois a bit
This commit is contained in:
parent
e866807a44
commit
72a355cc70
5
init.lua
5
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
|
|
||||||
|
elseif result.registered then
|
||||||
if result.registered then
|
|
||||||
result.account = result.registered[2]
|
result.account = result.registered[2]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user