summaryrefslogtreecommitdiff
path: root/ivy.go
diff options
context:
space:
mode:
Diffstat (limited to 'ivy.go')
-rw-r--r--ivy.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/ivy.go b/ivy.go
index 66c07e7..7b2ff70 100644
--- a/ivy.go
+++ b/ivy.go
@@ -7,11 +7,7 @@ import (
ivy "robpike.io/ivy/mobile"
)
-type Ivy struct {
- Command
-}
-
-func (_ Ivy) WithArgs(_ int) bool { return true }
+type Ivy struct{}
func (_ Ivy) Handle(conn *irc.Conn, line *irc.Line) {
switch q := strings.SplitN(line.Text(), " ", 2); len(q) {