moved username and password into credentials, and upped the version of irc as ssl didn’t work with the older version.

This commit is contained in:
Darrell Taylor
2015-10-30 18:34:35 +00:00
parent 994039de15
commit 41f397add7
4 changed files with 29 additions and 11 deletions

View File

@@ -7,7 +7,9 @@
"port": "Port",
"ssl": "Use Secure SSL connection?",
"self": "Allow self-signed certificates?",
"nickname": "Nickname"
"nickname": "Nickname",
"username": "Server username",
"password": "Server password"
},
"payload": "Send payload to channel(s)",
"topic": "Use msg.topic to set nickname or channel(s)",
@@ -36,4 +38,4 @@
"topicnotset": "msg.topic not set"
}
}
}
}