then under the commands section, after closing *lazy* command section "}", put this its like another command section but just for admins or mods: for moderators:
Code:
<br />#change the following to your account<br /> if ($username =~ /$moderators/i) {<br /><br />#here put the codes *lazy* want the moderators be allowed to use<br />}<br />
for an admin
Code:
<br />#change the following to your account<br /> if ($username =~ /$admin/i) {<br /><br />#here put the codes *lazy* want the admins be allowed to use<br />}<br />
for training mods
Code:
<br />#change the following to your account<br /> if ($username =~ /$trainmod/i) {<br /><br />#here put the codes *lazy* want the moderators in training be allowed to use<br />}<br />