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
task numbers for copyvios and dailycats
tags/v0.1^2
Ben Kurtovic
13 years ago
parent
ba922b767e
commit
b9d200aeca
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bot/tasks/afc_copyvios.py
+1
-0
bot/tasks/afc_dailycats.py
+ 1
- 0
bot/tasks/afc_copyvios.py
View File
@@ -6,6 +6,7 @@ class Task(BaseTask):
"""A task to check newly-edited [[WP:AFC]] submissions for copyright
violations."""
name = "afc_copyvios"
number = 1
def __init__(self):
pass
+ 1
- 0
bot/tasks/afc_dailycats.py
View File
@@ -5,6 +5,7 @@ from classes import BaseTask
class Task(BaseTask):
""" A task to create daily categories for [[WP:AFC]]."""
name = "afc_dailycats"
number = 3
def __init__(self):
pass
Write
Preview
Loading…
Cancel
Save