mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 17:40:29 +01:00
Fix typo in defaultNickGenerator comment
This commit is contained in:
parent
ecc6558e3d
commit
9b74265690
2
util.lua
2
util.lua
@ -139,7 +139,7 @@ end
|
|||||||
|
|
||||||
function defaultNickGenerator(nick)
|
function defaultNickGenerator(nick)
|
||||||
-- LuaBot -> LuaCot -> LuaCou -> ...
|
-- LuaBot -> LuaCot -> LuaCou -> ...
|
||||||
-- We change a random charachter rather than appending to the
|
-- We change a random character rather than appending to the
|
||||||
-- nickname as otherwise the new nick could exceed the ircd's
|
-- nickname as otherwise the new nick could exceed the ircd's
|
||||||
-- maximum nickname length.
|
-- maximum nickname length.
|
||||||
local randindex = random(1, #nick)
|
local randindex = random(1, #nick)
|
||||||
|
Loading…
Reference in New Issue
Block a user