From 575d83b3ad05f6fb500dc98d3bda54601d068bd6 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 23 Oct 2004 19:28:20 +0000 Subject: [PATCH] Oops, did an optional instead of an additional. --- plugins/Unix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Unix.py b/plugins/Unix.py index c2caf601b..c1ba2946c 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -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): """