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
ugh I am an idiot
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
369b60b823
commit
02b8fbdd1b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
irc/commands/crypt.py
+ 1
- 1
irc/commands/crypt.py
View File
@@ -6,7 +6,7 @@ import hashlib
from irc.base_command import BaseCommand
class C
alc
(BaseCommand):
class C
ryptography
(BaseCommand):
def get_hooks(self):
return ["msg"]
Write
Preview
Loading…
Cancel
Save