This website works better with JavaScript.
Home
Help
Sign In
ben
/
earwigbot
mirror of
https://github.com/earwig/earwigbot
Watch
1
Star
1
Fork
0
Code
Releases
4
Activity
Browse Source
Thanks
@Hypersonic
tags/v0.2
Ben Kurtovic
10 years ago
parent
84f3d1c6e7
commit
341a32660f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
earwigbot/commands/calc.py
+ 1
- 1
earwigbot/commands/calc.py
View File
@@ -73,7 +73,7 @@ class Calc(Command):
('\$', 'USD '),
(r'\bKB\b', 'kilobytes'),
(r'\bMB\b', 'megabytes'),
(r'\bGB\b', '
kilo
bytes'),
(r'\bGB\b', '
giga
bytes'),
('kbps', '(kilobits / second)'),
('mbps', '(megabits / second)')
]
Write
Preview
Loading…
Cancel
Save