- Added Listen Address config variable.
- Improved config handling with aid of new Config object.
This commit is contained in:
@@ -127,6 +127,7 @@ class Account(val accp: String) {
|
||||
fun host() : String {
|
||||
return aor.split("@")[1]
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
fun accounts(): ArrayList<Account> {
|
||||
|
||||
Reference in New Issue
Block a user