summaryrefslogtreecommitdiff
path: root/top.go
diff options
context:
space:
mode:
Diffstat (limited to 'top.go')
-rw-r--r--top.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/top.go b/top.go
index bcccc64..db0c8c2 100644
--- a/top.go
+++ b/top.go
@@ -9,7 +9,7 @@ import (
type Top struct{ Command }
func (_ Top) Handle(conn *irc.Conn, line *irc.Line) {
- n := 100
+ n := 20
if line.Public() {
n = 10
}