From 35fd470c006adedd6add7438e17ae301ddbf0f94 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Tue, 22 Sep 2015 13:33:07 +0200 Subject: Update package interface --- theo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theo.go') diff --git a/theo.go b/theo.go index fae369b..cb1bc89 100644 --- a/theo.go +++ b/theo.go @@ -8,7 +8,7 @@ import ( type Theo struct{ Command } func (_ Theo) Handle(conn *irc.Conn, line *irc.Line) { - conn.Notice(line.Target(), theo.Theo()) + conn.Notice(line.Target(), theo.Quote()) } func (_ Theo) Help() string { -- cgit v1.2.3