mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-27 05:29:44 +01:00
Add NickservName and ChanservName to fix tests
This commit is contained in:
parent
8342a1be9d
commit
41b9ed2dde
@ -42,6 +42,8 @@ func makeTestIRCConfig(IRCPort int) *Config {
|
|||||||
NickservIdentifyPatterns: []string{
|
NickservIdentifyPatterns: []string{
|
||||||
"identify yourself ktnxbye",
|
"identify yourself ktnxbye",
|
||||||
},
|
},
|
||||||
|
NickservName: "NickServ",
|
||||||
|
ChanservName: "ChanServ",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user