This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Somewhat advanced channel kick script

Old posts that have not been replied to for several years.
Locked
j
jimmyx
Voice
Posts: 11
Joined: Mon Jul 14, 2003 6:51 pm

Somewhat advanced channel kick script

Post by jimmyx »

I'm wondering if it would be possible to create a public kick script that would only be accessible to all users who are voiced and higher. Would that be possible?

Thanks. :wink:
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Post by user »

Of course :P

Code: Select all

if {[isvoice $n $c]||[ishalfop $n $c]||[isop $n $c]} {kick?}
Locked