mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Oops, did an optional instead of an additional.
This commit is contained in:
parent
d20381336a
commit
575d83b3ad
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user