summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-09-22 13:33:07 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-09-22 13:33:07 +0200
commit35fd470c006adedd6add7438e17ae301ddbf0f94 (patch)
tree9636460809a893d56263644c4be27a5addf570ee
parentdcec8549b4a91863d6f8820582bd757447a6b408 (diff)
Update package interface
-rw-r--r--theo.go2
1 files changed, 1 insertions, 1 deletions
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 {