Skip to content

Commit

Permalink
forgot a mustache
Browse files Browse the repository at this point in the history
creeping towards getting this right.
  • Loading branch information
spladow committed Dec 19, 2011
1 parent 2c1ae37 commit 8f48975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snake-eyes.js
Expand Up @@ -163,7 +163,7 @@ watch(/lunch/i, function (nick, to, text) {
var now = new Date();
var day = now.getDay();

if (day == 5)
if (day == 5) {
irc.say(to, 'Today is Friday. We have conquered the week! Today we feast and drink at Wirsthaus! ' + botname_private + ' has spoken.');
}
else {
Expand Down

0 comments on commit 8f48975

Please sign in to comment.