Lars Kellogg-Stedman
d24130f46d
resolve warnings about 'is not' and integer comparisons ( #1435 )
...
running supybot-adduser (or supybot-reset-password) with a recent
python would result in the warning:
> ```
> /usr/local/bin/supybot-adduser:59: SyntaxWarning: "is not" with a literal. Did you mean "!="?
> if len(args) is not 1:
> ```
This commits corrects the syntax.
`
2020-10-29 12:22:34 -07:00
James Lu
7e70ce43f2
scripts: migrate shebangs and version checks to Python 3
2020-01-05 11:29:41 -08:00
Valentin Lorentz
4090793468
Fix scripts to work with Python 3 without 2to3.
2013-04-27 16:16:08 +02:00
James Vega
150f29dbde
scripts: Change tabstop to softtabstop in our modelines
...
Signed-off-by: James Vega <jamessan@users.sourceforge.net>
2009-03-11 19:26:49 -04:00
Jeremy Fincher
b09f35846c
Removed options related to the hashing of passwords; it's an unimportant user detail, and people smart enough to care are smart enough to do it themselves.
2005-05-26 02:50:00 +00:00
James Vega
5a46ec4993
Remove the last supybot.fix imports.
2005-01-30 02:46:30 +00:00
Jeremy Fincher
8ca625d339
Initial import.
2005-01-19 13:14:38 +00:00
James Vega
dbfec8afb9
Add supybot module
2007-04-22 20:10:26 +00:00
Jeremy Fincher
7f1b983f1b
Fix for ocid's bug with setUser/newUser.
2004-10-22 17:01:54 +00:00
Jeremy Fincher
5d2b23811a
Added __revision__.
2004-08-28 12:32:20 +00:00
Jeremy Fincher
fbb348b6e7
Copyright updates. Again, more is left to be done, but this is my part.
2004-08-23 13:14:06 +00:00
Jeremy Fincher
3010885fca
Removed a debugging line.
2004-08-21 20:27:46 +00:00
Jeremy Fincher
6fbe52a600
Improved the help message.
2004-07-26 03:25:25 +00:00
Jeremy Fincher
16f4231780
Forgot questions.
2004-07-25 18:24:51 +00:00
Jeremy Fincher
f9c61271ea
w00, less path mungingEXCLAIMEXCLAIM
2004-07-24 05:18:26 +00:00
Jeremy Fincher
4a232f2da9
Fixed bug #941013 .
2004-04-29 11:05:53 +00:00
Jeremy Fincher
7df4875a93
Don't make directories, foo!
2004-02-07 23:14:58 +00:00
Jeremy Fincher
0ab86752a7
*Really* fixed supybot-adduser now.
2004-02-07 22:23:12 +00:00
Jeremy Fincher
169a69255a
Fixed.
2004-02-07 12:25:56 +00:00
Stéphan Kochen
5957eaad5d
Lots of wizard updates. Still have to get rid of the onStart and
...
afterConnect stuff though.
2004-01-31 22:24:43 +00:00
Stéphan Kochen
9423cbc97c
Adduser works again. :) (and a small wizard bugfix)
2004-01-29 18:08:38 +00:00
Daniel DiPaolo
00028614c5
Removed legacy dependency on the debug module, following the example of the
...
1.21->1.22 changes in supybot-wizard
2003-12-14 09:57:11 +00:00
Jeremy Fincher
92ed968ed0
Made password getting more standard.
2003-11-17 04:13:06 +00:00
Jeremy Fincher
d8187d4908
Removed the .py for eventual packaging in Debian.
2003-10-21 06:13:40 +00:00