summaryrefslogtreecommitdiff
path: root/rss.go
diff options
context:
space:
mode:
Diffstat (limited to 'rss.go')
-rw-r--r--rss.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss.go b/rss.go
index 1d9d9db..f79efe7 100644
--- a/rss.go
+++ b/rss.go
@@ -107,7 +107,7 @@ func (f Feed) Watch(news chan News) {
}
}
-func ShowNews(conn *irc.Conn, room string) {
+func WatchNews(conn *irc.Conn, room string) {
news := make(chan News)
for _, f := range Feeds {