Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 016b6e0

Browse files
committed
remove extra space from /NAMES list
1 parent c1d4131 commit 016b6e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/irc/server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function IRCServer:userList(room)
346346
if count > 1 then
347347
u = ' '..u
348348
end
349-
ulist = ulist .. ' '..u
349+
ulist = ulist .. u
350350
end
351351
return count, ulist
352352
end

0 commit comments

Comments
 (0)