mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-03-10 00:10:44 +01:00

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. `