diff options
author | terminaldweller <devi@terminaldweller.com> | 2024-04-28 13:44:08 +0000 |
---|---|---|
committer | terminaldweller <devi@terminaldweller.com> | 2024-04-28 13:44:08 +0000 |
commit | 182a25758c5454af18e6f1403e07b7f6a704a376 (patch) | |
tree | d180a4c4e25277087df458997ffb48f874559bfa /README.md | |
parent | fixed typo, updated some more (diff) | |
download | sms-webhook-182a25758c5454af18e6f1403e07b7f6a704a376.tar.gz sms-webhook-182a25758c5454af18e6f1403e07b7f6a704a376.zip |
good thing he doesnt have to use toml. oh wait ... just a readme fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -14,12 +14,12 @@ Currently [this](https://github.com/bogkonstantin/android_income_sms_gateway_web An example config file: ```toml -IrcServer = myirc.awesome.net +IrcServer = "myirc.awesome.net" IrcPort = 6669 -IrcNick = mynick -IrcSaslUser = mynick -IrcSaslPass = h4x0r1337p055w0rd -IrcChannel = 1337p17 +IrcNick = "mynick" +IrcSaslUser = "mynick" +IrcSaslPass = "h4x0r1337p055w0rd" +IrcChannel = "1337p17" ``` |