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.
Old posts that have not been replied to for several years.
jimmyx
Voice
Posts: 11 Joined: Mon Jul 14, 2003 6:51 pm
Post
by jimmyx » Thu Jul 24, 2003 12:30 pm
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.
user
Posts: 1452 Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway
Post
by user » Thu Jul 24, 2003 12:44 pm
Of course
Code: Select all
if {[isvoice $n $c]||[ishalfop $n $c]||[isop $n $c]} {kick?}