Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Menu Channel
- {
- $iif(%Avoice == $true,$style(1)) Autovoicer :
- {
- set %Avoice $iif(%Avoice == $false,$true,$false)
- echo -a >Attention< Auto voicer staat nu $iif(%Avoice == $true,AAN,UIT)
- }
- }
- off @*:join:#maroc.nl,#islam,#kwis:
- {
- if (%Avoice)
- {
- if ($regex($site,/(.nl|.ma|.be)/si))
- {
- .timer -o 1 5 autovoicer $nick #
- }
- else
- {
- .timer -o 1 30 autovoicer $nick #
- }
- }
- }
- alias autovoicer
- {
- if ( $1 !isvoice $2 && $1 ison $2 && MarocSecur !isop $2)
- {
- putmode -t2000 $2 +v $1
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement