From 24a94e790aad05680413bf1bb6b90d199239394e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 21 Mar 2016 20:34:04 +0100 Subject: Remvoe rotten code --- theo.go | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 theo.go (limited to 'theo.go') diff --git a/theo.go b/theo.go deleted file mode 100644 index cb1bc89..0000000 --- a/theo.go +++ /dev/null @@ -1,20 +0,0 @@ -package main - -import ( - "dim13.org/theo" - irc "github.com/fluffle/goirc/client" -) - -type Theo struct{ Command } - -func (_ Theo) Handle(conn *irc.Conn, line *irc.Line) { - conn.Notice(line.Target(), theo.Quote()) -} - -func (_ Theo) Help() string { - return "Quote Theo De Raadt" -} - -func init() { - Register("theo", &Theo{}) -} -- cgit v1.2.3