Quote:
Originally posted by Velocd
Hey Supreemball, how might I get it so the nicks are seperated by comma's? You should be able to use str_replace(), explode(), or rtrim() to achieve it..although with some effort last night I just couldn't get it to go..
Also, is there any way to log the most users that have ever been the channel at one time?
|
you can do the most users in the channel with no problem.. i might release that in the next version.. it'd be done thru the mirc script code.
also the commas can be done thru mirc script code too.
use this as the code (to replace the line similar to it)
Code:
write -a nicks.php <b>@ $+ $nick(#channel,%x) $+ </b> $+ , }