From 34e0e4476d5e8902e8cad9c90af5dfe630662a65 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sun, 9 Oct 2016 14:24:16 +0200 Subject: Simplify interface --- rfc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rfc.go') diff --git a/rfc.go b/rfc.go index ceeef45..5f218e1 100644 --- a/rfc.go +++ b/rfc.go @@ -32,7 +32,7 @@ func (RFC) Handle(conn *irc.Conn, line *irc.Line) { } } -func (RFC) Help() string { +func (RFC) String() string { return "search rfc by keyword (msg privat to see all matches)" } -- cgit v1.2.3