~ubuntu-branches/ubuntu/precise/gozerbot/precise

« back to all changes in this revision

Viewing changes to debian/gozerbot/usr/lib/python2.5/site-packages/gozerplugs/plugs/ignore.py

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Malcolm
  • Date: 2008-06-02 19:26:39 UTC
  • mfrom: (1.1.3 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080602192639-3rn65nx4q1sgd6sy
Tags: 0.8.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#
3
3
#
4
4
 
5
 
""" (un) ignore """
6
 
 
7
5
__copyright__ = 'this file is in the public domain'
8
6
 
9
7
from gozerbot.commands import cmnds
13
11
from gozerbot.ignore import addignore, delignore, ignore
14
12
from gozerbot.users import users
15
13
 
16
 
plughelp.add('ignore', 'ignore commands')
 
14
plughelp.add('ignore', 'ignore users for a certain time')
17
15
 
18
16
def handle_ignore(bot, ievent):
19
17
    """ ignore nick for number of seconds """