Browse Source

derp

tags/v0.1
Ben Kurtovic 13 years ago
parent
commit
7f4d5a3320
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      irc/commands/tasks.py

+ 1
- 1
irc/commands/tasks.py View File

@@ -8,7 +8,7 @@ from irc.base_command import BaseCommand
from wiki import task_manager
from config.irc import *

class ChanOps(BaseCommand):
class Tasks(BaseCommand):
def get_hooks(self):
return ["msg"]



Loading…
Cancel
Save