From 0aae54cf3358c2f6496b56a95c16538a947e39e3 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Sun, 25 Jun 2017 03:42:26 +1000 Subject: [PATCH] readme: Fix channel reg command (thanks @enckse!) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1718ec00..a010edff 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ oragono run 1. Register your account with `/quote ACC REGISTER * passphrase :` 2. Join the channel with `/join #channel` -3. Register the channel with `/privmsg ChanServ REGISTER #channel` +3. Register the channel with `/msg ChanServ REGISTER #channel` After this, your channel will remember the fact that you're the owner, the topic, and any modes set on it!