mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-24 17:50:37 +01:00
IRC message is singular
This commit is contained in:
parent
43faf2b5bc
commit
ba5d1476c0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user