From dfc26d118204e09e460b7471b5578795e97147ff Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Tue, 9 Feb 2021 01:05:47 -0500 Subject: [PATCH] fix a help typo --- irc/chanserv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/chanserv.go b/irc/chanserv.go index d322e343..e30968e9 100644 --- a/irc/chanserv.go +++ b/irc/chanserv.go @@ -177,7 +177,7 @@ by unprivileged users. Your options are: 1. 'none' [no restrictions] 2. 'registration-time' [users can view history from after their account was registered, plus a grace period] -3. 'join-time' [users can biew history from after they joined the +3. 'join-time' [users can view history from after they joined the channel; note that history will be effectively unavailable to clients that are not always-on] 4. 'default' [use the server default]`,