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 1d126e1..f9f33f9 100644
--- a/duck.go
+++ b/duck.go
@@ -22,7 +22,7 @@ func (_ Duck) Handle(conn *irc.Conn, line *irc.Line) {
}
func (_ Duck) Help() string {
- return "Perform nuckduckgo instant answer search"
+ return "Perform duckduckgo instant answer search"
}
func init() {