Package: supybot
Version: 0.80.1-2
Severity: normal
Tags: patch

There's a typo on line 62 of
/usr/lib/python2.3/site-packages/supybot/plugins/ShrinkUrl.py:
it refers to ShrinkUrl.shrinkSnafer instead of ShrinkUrl.shrinkSnarfer.
Patch included.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages supybot depends on:
ii  python                        2.3.5-1    An interactive high-level object-o

-- no debconf information
*** /usr/lib/python2.3/site-packages/supybot/plugins/ShrinkUrl.py       
2005-01-07 01:55:05.000000000 +0200
--- ShrinkUrl.py        2005-03-10 11:54:45.002375056 +0200
***************
*** 59,65 ****
      if yn("""This plugin offers a snarfer that will go retrieve a shorter
               version of long URLs that are sent to the channel.  Would you
               like this snarfer to be enabled?""", default=False):
!         conf.supybot.plugins.ShrinkUrl.shrinkSnafer.setValue(True)
  
  class ShrinkService(registry.OnlySomeStrings):
      validStrings = ('ln', 'tiny')
--- 59,65 ----
      if yn("""This plugin offers a snarfer that will go retrieve a shorter
               version of long URLs that are sent to the channel.  Would you
               like this snarfer to be enabled?""", default=False):
!         conf.supybot.plugins.ShrinkUrl.shrinkSnarfer.setValue(True)
  
  class ShrinkService(registry.OnlySomeStrings):
      validStrings = ('ln', 'tiny')

Reply via email to