Browse Source

Thanks @Hypersonic

tags/v0.2
Ben Kurtovic 10 years ago
parent
commit
341a32660f
1 changed files with 1 additions and 1 deletions
  1. +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', 'kilobytes'),
(r'\bGB\b', 'gigabytes'),
('kbps', '(kilobits / second)'),
('mbps', '(megabits / second)')
]


Loading…
Cancel
Save