Oops, did an optional instead of an additional.

This commit is contained in:
Jeremy Fincher 2004-10-23 19:28:20 +00:00
parent d20381336a
commit 575d83b3ad

View File

@ -174,7 +174,7 @@ class Unix(callbacks.Privmsg):
if not salt:
salt = makeSalt()
irc.reply(crypt.crypt(password, salt))
crypt = wrap(crypt, ['something', optional('something')])
crypt = wrap(crypt, ['something', additional('something')])
def spell(self, irc, msg, args, word):
"""<word>