for now, idk about your client, but you could write a small script, to list all users and as services root use the saset command to set on all of em.
/ns list *
/ns help saset
mhm.
(for mirc:
on ^*:NOTICE:*:*: {
if ($network == <yournetworkhere>) {
if ($nick == NickServ) {
ns saset CHANSTATS $1 on
}
}
}
if you give the /ns list * out, this would do everything. only prob occurse if you have noexpire set to a nick cuz then its start with !
but anyway.. this is just one solution, but you can code your own stuff.
-----
only put this inside your remotes, when you only use ns list *; after that remove it!
it can mess up your things. so dont use it if you dont know what does that do.
)