Handle Atheme NickServ IDENTIFY NOTICE

Update list of nickserv identify patterns to support Atheme (
https://github.com/atheme/atheme/blob/master/modules/nickserv/main.c#L80
), used by libera.chat .

Signed-off-by: Luca Bigliardi <shammash@google.com>
This commit is contained in:
Luca Bigliardi 2021-06-13 23:08:01 +02:00
parent 72779ac1d7
commit 33fe9e4ef8

View File

@ -69,6 +69,7 @@ func LoadConfig(configFile string) (*Config, error) {
UsePrivmsg: false,
AlertBufferSize: 2048,
NickservIdentifyPatterns: []string{
"Please choose a different nickname, or identify via",
"identify via /msg NickServ identify <password>",
"type /msg NickServ IDENTIFY password",
"authenticate yourself to services with the IDENTIFY command",