From 3a9525938418a9c940efe1ba3d9456edfb6fcb9b Mon Sep 17 00:00:00 2001 From: James Campos Date: Tue, 2 Aug 2011 09:53:25 -0700 Subject: [PATCH] derp, %e %k %l --- 4chan_x.user.js | 3 +++ script.coffee | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index a29b19870..833fd6e85 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1956,8 +1956,11 @@ case 'b': case 'B': case 'd': + case 'e': case 'H': case 'I': + case 'k': + case 'l': case 'm': case 'M': case 'p': diff --git a/script.coffee b/script.coffee index a721d1a71..f3929a0b1 100644 --- a/script.coffee +++ b/script.coffee @@ -1557,7 +1557,7 @@ Time = foo: -> code = conf['time'].replace /%([A-Za-z])/g, (s, c) -> switch c - when 'a', 'A', 'b', 'B', 'd', 'H', 'I', 'm', 'M', 'p', 'P', 'y' then "' + Time.#{c}() + '" + when 'a', 'A', 'b', 'B', 'd', 'e', 'H', 'I', 'k', 'l', 'm', 'M', 'p', 'P', 'y' then "' + Time.#{c}() + '" else s Time.funk = Function 'Time', "return '#{code}'" day: [