summaryrefslogtreecommitdiff
path: root/urban.go
diff options
context:
space:
mode:
Diffstat (limited to 'urban.go')
-rw-r--r--urban.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/urban.go b/urban.go
index 3a3aab7..680bf13 100644
--- a/urban.go
+++ b/urban.go
@@ -8,9 +8,7 @@ import (
irc "github.com/fluffle/goirc/client"
)
-type Urban struct{ Command }
-
-func (_ Urban) WithArgs(_ int) bool { return true }
+type Urban struct{}
func (_ Urban) Handle(conn *irc.Conn, line *irc.Line) {
if q := strings.SplitN(line.Text(), " ", 2); len(q) == 2 {