Skip to content

Commit

Permalink
Handle Atheme NickServ IDENTIFY NOTICE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
shammash committed Jun 13, 2021
1 parent 72779ac commit 33fe9e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 33fe9e4

Please sign in to comment.