mirror of
https://github.com/ShadowNinja/LuaIRC.git
synced 2025-01-09 01:20:27 +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)
|
||||
-- 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
|
||||
-- maximum nickname length.
|
||||
local randindex = random(1, #nick)
|
||||
|
Loading…
Reference in New Issue
Block a user