Geez...this method is my bane.

This commit is contained in:
Jeremy Fincher 2004-12-20 16:37:28 +00:00
parent 7a61683d38
commit 619b604cd0
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class User(callbacks.Privmsg):
pass
user = ircdb.users.newUser()
user.name = name
user.setPassword(password, hashed=hashed)
user.setPassword(password)
if addHostmask:
user.addHostmask(msg.prefix)
ircdb.users.setUser(user)