mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
Removed a dumb valueerror.
This commit is contained in:
parent
e378b34138
commit
39ab3459de
@ -416,8 +416,6 @@ class FormatParser(object):
|
||||
context.bg = self.getInt()
|
||||
|
||||
def wrap(s, length):
|
||||
if length < 100:
|
||||
raise ValueError, 'Use ircutils.wrap with a length greater than 100.'
|
||||
processed = []
|
||||
chunks = textwrap.wrap(s, length)
|
||||
context = None
|
||||
|
Loading…
Reference in New Issue
Block a user