Simple Script do kick all user sessions by name?

You can share your Lua Scripts with everybody here.
Post Reply
dvt.server
Posts: 10
Joined: Wed Jun 13, 2012 5:47 am

Simple Script do kick all user sessions by name?

Post by dvt.server »

Hi,

I want to kick all sessions by the same user?

Code: Select all

do
c_KickSessionByName("domain","user")
end

This will only kick the first session, what I have to do, that all sessions by the same user will be kicked?

Thanks,

Martin
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Simple Script do kick all user sessions by name?

Post by FTP »

Yes, it is a bug, we will fix it in the next version.
Post Reply