From 4137d6d19b88ee9d05e634ef4e8c4945bfcaa7d4 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 13 Jun 2021 19:44:11 +0300 Subject: [PATCH] irc/chansetup: begin typing ergo multitasking three simultaneous things is probably not a good idea --- irc/chansetup/ergo.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 irc/chansetup/ergo.md diff --git a/irc/chansetup/ergo.md b/irc/chansetup/ergo.md new file mode 100644 index 0000000..2c94ffe --- /dev/null +++ b/irc/chansetup/ergo.md @@ -0,0 +1,14 @@ +# Channel setup on Ergo + +``` +/cs register #channel +/cs amode #channel +o relaybot-for-relaymsg +/mode #channel +EMntC +``` + +## Private extras + +``` +/cs set #channel query-cutoff join-time +/mode #channel +sf #publicchannel +```