From ba5d1476c00d3c14e3e68a89f306f6c6d6b598c8 Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Wed, 19 Aug 2015 01:32:39 +0200 Subject: [PATCH] IRC message is singular --- other_things/irc-old-save/irc/handlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/other_things/irc-old-save/irc/handlers.lua b/other_things/irc-old-save/irc/handlers.lua index 6af5d107..c53a4df1 100755 --- a/other_things/irc-old-save/irc/handlers.lua +++ b/other_things/irc-old-save/irc/handlers.lua @@ -77,7 +77,7 @@ end local function needNewNick(conn, msg) local newnick = conn.nickGenerator(msg.args[2]) - conn:queue(msgs.nick(newnick)) + conn:queue(msg.nick(newnick)) end -- ERR_ERRONEUSNICKNAME (Misspelt but remains for historical reasons)