1
0
mirror of https://github.com/ShadowNinja/LuaIRC.git synced 2024-09-27 23:10:33 +02:00

Tweaked irc:whois a bit

This commit is contained in:
Jakob Ovrum 2010-07-17 11:15:17 +09:00
parent e866807a44
commit 72a355cc70

View File

@ -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