mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 07:59:22 +01:00
15 lines
223 B
Markdown
15 lines
223 B
Markdown
|
# 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
|
||
|
```
|