Changeset 340 in code for trunk


Ignore:
Timestamp:
Jun 24, 2020, 9:02:46 PM (5 years ago)
Author:
hubert
Message:

Don't save corrupted NickServ credentials

soju saved most NickServ messages[0] as credentials because of a missing
default clause in the check of the NickServ command.

[0] messages that had at least a command and two other parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/downstream.go

    r323 r340  
    16831683                        password = params[1]
    16841684                }
     1685        default:
     1686                return "", "", false
    16851687        }
    16861688        return username, password, true
Note: See TracChangeset for help on using the changeset viewer.