mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-12 23:28:36 -07:00
accounts: Add SASL PLAIN handler
This commit is contained in:
@@ -216,7 +216,7 @@ func regCreateHandler(server *Server, client *Client, msg ircmsg.IrcMessage) boo
|
||||
if err != nil {
|
||||
return fmt.Errorf("Could not marshal creds: %s", err)
|
||||
}
|
||||
tx.Set(keyAccountCredentials, string(credText), nil)
|
||||
tx.Set(fmt.Sprintf(keyAccountCredentials, account), string(credText), nil)
|
||||
|
||||
return nil
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user