diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-04 15:09:44 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-06-04 15:26:11 +0200 |
| commit | fe6ab81c906905b2dfb9999525a3b1f54eba623f (patch) | |
| tree | 4d09ae67303e3583d47139c8b4c9b2e85076d14e | |
| parent | 5d10e0aa98413941705f68433f0a5a51154cccee (diff) | |
| download | matterbridge-fe6ab81c906905b2dfb9999525a3b1f54eba623f.tar.gz matterbridge-fe6ab81c906905b2dfb9999525a3b1f54eba623f.tar.bz2 matterbridge-fe6ab81c906905b2dfb9999525a3b1f54eba623f.zip | |
matterbridge.toml.example: fix whitespace
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | matterbridge.toml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matterbridge.toml.example b/matterbridge.toml.example index 330d6f5..3cd1c17 100644 --- a/matterbridge.toml.example +++ b/matterbridge.toml.example @@ -16,7 +16,7 @@ Server="irc.oftc.net:6697" UseTLS=true SkipTLSVerify=false - RunCommands=["PRIVMSG nickserv :IDENTIFY PASSWORD-2 Replicant-bridge"] + RunCommands=["PRIVMSG nickserv :IDENTIFY PASSWORD-2 Replicant-bridge"] RemoteNickFormat="<{NICK}@Libera.Chat> " [[gateway]] |
