mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-01 16:09:23 +01:00
24 lines
627 B
Markdown
24 lines
627 B
Markdown
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
|
|
|
|
- [Channel setup on Ergo](#channel-setup-on-ergo)
|
|
- [Private extras](#private-extras)
|
|
|
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
|
|
|
# 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
|
|
```
|