Explorar el Código

ugh I am an idiot

tags/v0.1^2
Ben Kurtovic hace 13 años
padre
commit
02b8fbdd1b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      irc/commands/crypt.py

+ 1
- 1
irc/commands/crypt.py Ver fichero

@@ -6,7 +6,7 @@ import hashlib

from irc.base_command import BaseCommand

class Calc(BaseCommand):
class Cryptography(BaseCommand):
def get_hooks(self):
return ["msg"]



Cargando…
Cancelar
Guardar