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)
|
||||
SERVER = "localhost"
|
||||
SERVER = "irc.example.net"
|
||||
PORT = 6667
|
||||
USE_TLS = False
|
||||
NICK = "history-bot"
|
||||
REALNAME = "IRC Message History"
|
||||
NICK = "poll-bot"
|
||||
REALNAME = "IRC Poll Bot"
|
||||
CHANNELS = ["#support", "#linux"]
|
||||
#########
|
||||
```
|
||||
@ -69,7 +69,6 @@ Add the service at startup and start it:
|
||||
## Syntax:
|
||||
|
||||
```
|
||||
|
||||
!poll <question>
|
||||
!vote <option>
|
||||
!results
|
||||
|
Loading…
x
Reference in New Issue
Block a user