summaryrefslogtreecommitdiff
path: root/blame.go
diff options
context:
space:
mode:
Diffstat (limited to 'blame.go')
-rw-r--r--blame.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/blame.go b/blame.go
index 94356cb..c122028 100644
--- a/blame.go
+++ b/blame.go
@@ -13,7 +13,7 @@ func (_ Blame) Handle(conn *irc.Conn, line *irc.Line) {
"Install: go get dim13.org/bot",
}
for _, s := range src {
- conn.Notice(line.Target(), s)
+ conn.Notice(line.Nick, s)
}
}