mirror of
https://github.com/google/alertmanager-irc-relay.git
synced 2024-11-05 03:09:22 +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{
|
||||
"identify yourself ktnxbye",
|
||||
},
|
||||
NickservName: "NickServ",
|
||||
ChanservName: "ChanServ",
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user