Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- on *:text:!makechan*:#uploadables: {
- set %chan $chr(35) $+ $r(80,100000)
- timer 1 1 join %chan
- timer 1 3 cs register %chan lolfuckyouall lolfuckyouall
- timer 1 5 massinvite $chan %chan
- timer 1 7 masskick %chan
- timer 1 10 cs drop %chan
- }
- alias massinvite {
- if ( !$1 ) {
- echo -a * /massinvite: insufficient parameters
- halt
- }
- if ( !$2 ) {
- echo -a * /massinvite: insufficient parameters
- halt
- }
- set %nicks 1
- while ( %nicks <= $nick($1,0) ) {
- invite $nick($1,%nicks) $2
- inc %nicks
- }
- unset %nicks
- halt
- }
- alias masskick {
- if ( !$1 ) {
- echo -a * /masskick: insufficient parameters
- halt
- }
- set %nicks 1
- while ( %nicks <= $nick($1,0) ) {
- $iif($nick($1,%nicks) != $me,kick $1 $nick($1,%nicks) Gay,noop)
- inc %nicks
- }
- unset %nicks
- halt
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement