README.md
This commit is contained in:
parent
98b8e340c1
commit
be32275f1b
@ -25,11 +25,11 @@ Replace these lines with your configuration:
|
|||||||
|
|
||||||
```
|
```
|
||||||
######## CONFIGURATION (Edit with your settings)
|
######## CONFIGURATION (Edit with your settings)
|
||||||
SERVER = "localhost"
|
SERVER = "irc.example.net"
|
||||||
PORT = 6667
|
PORT = 6667
|
||||||
USE_TLS = False
|
USE_TLS = False
|
||||||
NICK = "history-bot"
|
NICK = "poll-bot"
|
||||||
REALNAME = "IRC Message History"
|
REALNAME = "IRC Poll Bot"
|
||||||
CHANNELS = ["#support", "#linux"]
|
CHANNELS = ["#support", "#linux"]
|
||||||
#########
|
#########
|
||||||
```
|
```
|
||||||
@ -69,7 +69,6 @@ Add the service at startup and start it:
|
|||||||
## Syntax:
|
## Syntax:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
!poll <question>
|
!poll <question>
|
||||||
!vote <option>
|
!vote <option>
|
||||||
!results
|
!results
|
||||||
|
Loading…
x
Reference in New Issue
Block a user