Content deleted Content added
No edit summary |
No edit summary |
||
Line 18:
cel = frame.args.celsius or 0
fah = (cel*9/5) + 32
return msg
end
|
No edit summary |
No edit summary |
||
Line 18:
cel = frame.args.celsius or 0
fah = (cel*9/5) + 32
return msg
end
|