summaryrefslogtreecommitdiff
path: root/urban.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-07-29 19:56:32 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-07-29 19:56:32 +0200
commitac23f21e41ca06f948f7f299aae1436e439b0637 (patch)
treebca7ebb92238464049c52bbc613c6172f50d08f1 /urban.go
parent6e30eab40b911e7abc168f1380465e599395587e (diff)
Add personal timeout
Diffstat (limited to 'urban.go')
-rw-r--r--urban.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/urban.go b/urban.go
index 0886863..49007fb 100644
--- a/urban.go
+++ b/urban.go
@@ -10,7 +10,6 @@ import (
type Urban struct{ Command }
-func (_ Urban) Timeout() bool { return false }
func (_ Urban) WithArgs(_ int) bool { return true }
func (_ Urban) Handle(conn *irc.Conn, line *irc.Line) {
if q := strings.SplitN(line.Text(), " ", 2); len(q) == 2 {