rename filter.py to sieve.py

This commit is contained in:
Ryan Hitchman 2009-03-16 12:57:06 -06:00
parent 4b749762cd
commit 6467e67402
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import re
import hook
@hook.sieve
def filter_suite(bot, input, func, args):
def sieve_suite(bot, input, func, args):
args.setdefault('events', ['PRIVMSG'])
if input.command not in args['events']: