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)