diff --git a/plugins/Unix.py b/plugins/Unix.py index 69156a772..0f3153962 100644 --- a/plugins/Unix.py +++ b/plugins/Unix.py @@ -31,11 +31,6 @@ """ Provides commands available only on Unix. - -Commands include: - errno - progstats - crypt """ from baseplugin import * @@ -135,7 +130,9 @@ class Unix(callbacks.Privmsg): """ [] Returns the resulting of doing a crypt() on If is - not given, uses a random salt. + not given, uses a random salt. If running on a glibc2 system, + prepending '$1$' to your salt will cause crypt to return an MD5sum + based crypt rather than the standard DES based crypt. """ def makeSalt(): s = '\x00'