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
derp
tags/v0.1
Ben Kurtovic
13 years ago
parent
89ff934c59
commit
7f4d5a3320
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/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
ChanOp
s(BaseCommand):
class
Task
s(BaseCommand):
def get_hooks(self):
return ["msg"]
Write
Preview
Loading…
Cancel
Save