summaryrefslogtreecommitdiff
path: root/rfc.go
diff options
context:
space:
mode:
Diffstat (limited to 'rfc.go')
-rw-r--r--rfc.go2
1 files changed, 1 insertions, 1 deletions
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)"
}