Fixing some whitespace, and line endings.

This commit is contained in:
Joshua Simmons 2010-07-18 19:43:50 +10:00
parent 339d3c9d8d
commit 50f223fe66
5 changed files with 15 additions and 15 deletions

View File

@ -23,3 +23,4 @@
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.]] OTHER DEALINGS IN THE SOFTWARE.]]

View File

@ -338,7 +338,6 @@ function meta:whois(nick)
if result.account then if result.account then
result.account = result.account[3] result.account = result.account[3]
elseif result.registered then elseif result.registered then
result.account = result.registered[2] result.account = result.registered[2]
end end