Quote:
Originally posted by Velocd
But, how can I get it like this:
PHP Code:
$ircusers="bob jacob chris";
|
if you put it like that, then, provided that your channel has alot of chatters (like up to 20 depending on their nick length), eventually will probably produce a 'line too long' error in mirc and stop reporting the chatters correctly, so this is why it goes to each line, to stop it from doing that. i have an average of 30-40 chatters in my room at all times, so it's impossible for me to do that and it work right
as far as adding commas, i know it can be done, but it's alot of trouble.. maybe if i have some more spare time soon.