From 02b8fbdd1b4f3295d4809096d8635a909321ebfa Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 18 Jun 2011 00:12:06 -0400 Subject: [PATCH] ugh I am an idiot --- irc/commands/crypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]