From 6e30eab40b911e7abc168f1380465e599395587e Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Wed, 29 Jul 2015 19:27:37 +0200 Subject: Replace Privmsg with Notice --- theo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theo.go') 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() { -- cgit v1.2.3