derp, %e %k %l
This commit is contained in:
parent
11b78d8ec9
commit
3a95259384
@ -1956,8 +1956,11 @@
|
|||||||
case 'b':
|
case 'b':
|
||||||
case 'B':
|
case 'B':
|
||||||
case 'd':
|
case 'd':
|
||||||
|
case 'e':
|
||||||
case 'H':
|
case 'H':
|
||||||
case 'I':
|
case 'I':
|
||||||
|
case 'k':
|
||||||
|
case 'l':
|
||||||
case 'm':
|
case 'm':
|
||||||
case 'M':
|
case 'M':
|
||||||
case 'p':
|
case 'p':
|
||||||
|
|||||||
@ -1557,7 +1557,7 @@ Time =
|
|||||||
foo: ->
|
foo: ->
|
||||||
code = conf['time'].replace /%([A-Za-z])/g, (s, c) ->
|
code = conf['time'].replace /%([A-Za-z])/g, (s, c) ->
|
||||||
switch 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
|
else s
|
||||||
Time.funk = Function 'Time', "return '#{code}'"
|
Time.funk = Function 'Time', "return '#{code}'"
|
||||||
day: [
|
day: [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user