hm..
i got my channellist now.. but i got also channels with a eg. "]" in it.. so the channellist looks like "#my2stchan #my2sndchan {#my][3rdchan}"
how can just get the channame w/o the "{}" bc it is no real chan i'm not able to get my userstatus
thx1more4help
Do not use split on a list. Split should only be used on a string.
This can cause all sorts of issues, that may not rear themselves till the furture, but will haunt you.
As it returns a list, you can use list commands straight off. You could possibly use join to create a string from the list, but my guess is you need it as a list.