Replaced multiple instances of double quotes with single quotes.
This commit is contained in:
parent
a683fcffea
commit
c0f8606715
7 changed files with 73 additions and 57 deletions
|
@ -1,14 +1,15 @@
|
|||
VERSION: 1.0.0
|
||||
Connection:
|
||||
Hostname: irc.rizon.net
|
||||
Port: "+6697"
|
||||
Port: '+6697'
|
||||
Nick: EliteBot
|
||||
Ident: EliteBot
|
||||
Name: EliteBot
|
||||
BindHost: 0.0.0.0
|
||||
SASL:
|
||||
UseSASL: true
|
||||
UseSASL: false
|
||||
SASLNick: EliteBot
|
||||
SASLPassword: 789abc//
|
||||
SASLPassword: password
|
||||
Logging:
|
||||
Console: true
|
||||
Database:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue