diff --git a/irc/commands/crypt.py b/irc/commands/crypt.py index 29fcd21..8f60720 100644 --- a/irc/commands/crypt.py +++ b/irc/commands/crypt.py @@ -6,7 +6,7 @@ import hashlib from irc.base_command import BaseCommand -class Calc(BaseCommand): +class Cryptography(BaseCommand): def get_hooks(self): return ["msg"]