feat(clbot): Add IRC support to the IRC bot.

Change-Id: I183488824882750c46e7216b98ab48e1d8f48096
Reviewed-on: https://cl.tvl.fyi/c/depot/+/343
Reviewed-by: eta <eta@theta.eu.org>
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Luke Granger-Brown 2020-06-14 21:51:53 +01:00 committed by lukegb
parent 098bbb4d67
commit b6ae678335
5 changed files with 170 additions and 26 deletions

View file

@ -14,5 +14,6 @@ depot.nix.buildGo.program {
gopkgs."github.com".davecgh.go-spew.spew.gopkg
gopkgs."github.com".golang.glog.gopkg
gopkgs."golang.org".x.crypto.ssh.gopkg
gopkgs."gopkg.in"."irc.v3".gopkg
];
}