1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
on *:text:gamercontrol *:*:scid $cid $2- on *:text:!invite *:?:{ if ($wildsite == *!*@Roshas.users.quakenet.org) || ($wildsite == *!*@Freq1.users.quakenet.org) || ($wildsite == *!*@fyN-.users.quakenet.org) { invite $2 %chan msg $nick 14-5 $2 14- 14 Has Been Invited To #Gamer.Adv .timer 1 1 msg $2 You've been invited to #Gamer.Adv - the most advanced club in the CS scene. /msg $iif(L ison %chan,L,Q) chanlev #Gamer.adv $2 +k } } on *:text:!remove *:?:{ if ($wildsite == *!*@Roshas.users.quakenet.org) || ($wildsite == *!*@Freq1.users.quakenet.org) || ($wildsite == *!*@fyN-.users.quakenet.org) { if ($2 ison %chan) { ban -k %chan $2 Removed! } /msg $nick 14-5 $2 14- 14 Has Been Removed From #Gamer.Adv /msg $iif(L ison %chan,L,Q) chanlev #Gamer.adv $2 -gvk } } |
| Parsed for bracket errors and indented: | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
on *:text:gamercontrol *:*:scid $cid $2- on *:text:!invite *:?:{ if ($wildsite == *!*@Roshas.users.quakenet.org) || ($wildsite == *!*@Freq1.users.quakenet.org) || ($wildsite == *!*@fyN-.users.quakenet.org) { invite $2 %chan msg $nick 14-5 $2 14- 14 Has Been Invited To #Gamer.Adv .timer 1 1 msg $2 You've been invited to #Gamer.Adv - the most advanced club in the CS scene. /msg $iif(L ison %chan,L,Q) chanlev #Gamer.adv $2 +k } } on *:text:!remove *:?:{ if ($wildsite == *!*@Roshas.users.quakenet.org) || ($wildsite == *!*@Freq1.users.quakenet.org) || ($wildsite == *!*@fyN-.users.quakenet.org) { if ($2 ison %chan) { ban -k %chan $2 Removed! } /msg $nick 14-5 $2 14- 14 Has Been Removed From #Gamer.Adv /msg $iif(L ison %chan,L,Q) chanlev #Gamer.adv $2 -gvk } } |