summaryrefslogtreecommitdiff
path: root/theo.go
diff options
context:
space:
mode:
Diffstat (limited to 'theo.go')
-rw-r--r--theo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/theo.go b/theo.go
index fe246d7..2da46e2 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.Privmsg(line.Target(), theo.Theo())
+ conn.Notice(line.Target(), theo.Theo())
}
func init() {