ソースを参照

ugh I am an idiot

tags/v0.1^2
Ben Kurtovic 13年前
コミット
02b8fbdd1b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      irc/commands/crypt.py

+ 1
- 1
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"]



読み込み中…
キャンセル
保存