if i open the ~/.aflobby/startupscript.txt in a text-editor it is displayed in a normal manner (one row for each command).AF wrote:Scripts are loaded and saved correctly uing the java API to retrieve the line delimeter, and I've corrected the channels tab todo the same.
but as soon as i click reload inside AFLobby everything shows up in one long line. i'll try to use a win-formatted txt-file tomorrow. maybe this will work (and then it's a \n versus \r\n error-thingy)
ps: i thought sth is widely known as an abbreviation .. nontheless i study mathemathics/informatics - so im awfully lazy. it just saves 6 chars + some time spent typing

edit:
works wtih the win-version - at least sometimes..
if i format the txt in this way:
Code: Select all
/join #de\r\n
/join #main\r\n
if i format it in this way:
Code: Select all
/join #de\r\n
/join #main
If i use this file in standard-unix-textformat (the way aflobby and every other editor saves it) the file in not parsed at all (i belive this has to do with the missing carriage-return-character under linux).