X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fgroups.pl;h=aaa9d4cf334ac640d8f423abc860f86d080b48df;hb=8e14149148baba63ce5ae2b95aacda8ab6dd0d87;hp=85e3fe2b0057dc6853e1297e4127c141c60774e6;hpb=96f67f30b496aafcb4276f9fe9cf0fa9f572318b;p=spider.git diff --git a/cmd/show/groups.pl b/cmd/show/groups.pl index 85e3fe2b..aaa9d4cf 100644 --- a/cmd/show/groups.pl +++ b/cmd/show/groups.pl @@ -20,7 +20,7 @@ sub handle } $to = 500 unless $to; - if ($self->{_nospawn}) { + if ($self->{_nospawn} || $main::is_win == 1) { return (1, doit($self, DXLog::print(undef, $to, $main::systime, 'chat', undef))); } return (1, $self->spawn_cmd("show/groups $to", \&DXLog::print, args => [0, $to, $main::systime, 'chat', undef], cb => \&doit));