summaryrefslogtreecommitdiff
path: root/duck.go
diff options
context:
space:
mode:
Diffstat (limited to 'duck.go')
-rw-r--r--duck.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/duck.go b/duck.go
index d5cb97b..7900cc0 100644
--- a/duck.go
+++ b/duck.go
@@ -19,7 +19,7 @@ func (Duck) Handle(conn *irc.Conn, line *irc.Line) {
}
}
-func (Duck) Help() string {
+func (Duck) String() string {
return "Perform duckduckgo instant answer search"
}