Changes:
Line 1868/1869 -> RIGHT$("0000"+STR$~(offset%),5) instead of a STRING$ command etc.
Line 55 -> CASE command instead of IF INSTRs, makes it a lot more reliable (ie. it gets the first 'word' before the first <space>, which didn't happen before, resulting in;

`; Outbound 4D` making 4d outbounds, even tho' it is just a comment, now it would look for command `;` which is a comment.

Line 960/1233/1277/1546/1547/1548/1690/1691/1692 ->

Made them compatible with @'d domains. The config file should now use addresses like 2:250/372.0@Fidonet instead of just 2:250/372.0, which allows you to be compatible with multiple domains.

Line 1813 -> added the domain return parameter

Line 1818 -> Added an 'at' look-up

Line 1823 -> d$ contains the domain name

Line 1824 -> Checks if d$="", if it does then make it Fidonet for safety

Line 18   -> Added a DIM for the decent ID generator

Line 1779 -> Sets the type of os_word 14 call

Line 1780 -> Calls osword 14 (CMOS I think..?)

Line 1781 -> Creates a 8 long, '0' padded, hex number from the time on the computer.
