summaryrefslogtreecommitdiff
path: root/rfc.go
diff options
context:
space:
mode:
Diffstat (limited to 'rfc.go')
-rw-r--r--rfc.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/rfc.go b/rfc.go
index b083216..273cc0f 100644
--- a/rfc.go
+++ b/rfc.go
@@ -16,7 +16,6 @@ var (
rfcKW = make(map[string][]string)
)
-func (_ RFC) Timeout() bool { return false }
func (_ RFC) WithArgs(n int) bool { return n == 2 }
func (_ RFC) Handle(conn *irc.Conn, line *irc.Line) {
if f := strings.Fields(line.Text()); len(f) > 1 {