Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guillaume Vagner
happy-botday
Commits
7781c531
Commit
7781c531
authored
Mar 05, 2019
by
Guillaume Vagner
Browse files
fix allbirthdays in schedule
parent
29a68cfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
schedule.js
View file @
7781c531
...
...
@@ -31,7 +31,7 @@ function addSchedule(chan, time, bot) {
}
else
{
// chan à plusieurs
var
msg
=
'
<b>Joyeux anniversaire</b> à :
\n
'
}
u
sers
.
forEach
((
user
,
index
,
array
)
=>
{
newU
sers
.
forEach
((
user
,
index
,
array
)
=>
{
if
(
index
!==
array
.
length
-
1
)
{
msg
+=
`├ <a href = "https://linkcs.fr/user/
${
user
.
login
}
">
${
user
.
name
}
</a>\n`
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment