Jump to content

need a lil help again


DigitalX

Recommended Posts

whats wrong with this coz it isnt working sad.gif lol if someone can correct it for me it would be much appreciated aswell as if needed create a list that can be used instead of stoned but denys access to users not on the list that works

 

on stoned:TEXT:!addme1:#: { 
 if ($nick != $me) {  
   ./auser ScrimList $replace($nick,$chr(32),-)
 }
}
alias do.ScrimNicks { 
 var %ul = $ulist(*,ScrimList,0), %i = 0
 while (%i < %ul) {
   inc %i
   notice 7,14 %i $+ . $ulist(*,ScrimList,%i)
 }
}
alias scrimlist { 
 echo -a 12,0 Nicks 4 Scrim:
 $do.ScrimNicks 
}
on stoned:TEXT:!scrimlist:#: { notice $chan ScrimList is currently: $do.ScrimNicks }

on stoned:TEXT:!addme1:#: { write -a scrimlist.txt $nick | notice $nick Thanks for signing up to the scrim list. To view list of players please type !scrimlist. }

 

Link to comment
Share on other sites

whats wrong with this coz it isnt working sad.gif lol if someone can correct it for me it would be much appreciated aswell as if needed create a list that can be used instead of stoned but denys access to users not on the list that works

 

on stoned:TEXT:!addme1:#: { 
 if ($nick != $me) {  
   ./auser ScrimList $replace($nick,$chr(32),-)
 }
}
alias do.ScrimNicks { 
 var %ul = $ulist(*,ScrimList,0), %i = 0
 while (%i < %ul) {
   inc %i
   notice 7,14 %i $+ . $ulist(*,ScrimList,%i)
 }
}
alias scrimlist { 
 echo -a 12,0 Nicks 4 Scrim:
 $do.ScrimNicks 
}
on stoned:TEXT:!scrimlist:#: { notice $chan ScrimList is currently: $do.ScrimNicks }

on stoned:TEXT:!addme1:#: { write -a scrimlist.txt $nick | notice $nick Thanks for signing up to the scrim list. To view list of players please type !scrimlist. }

on stoned:TEXT:!addme1:#: { 
 if ($nick != $me) {  
   ./auser ScrimList $replace($nick,$chr(32),-)
 }
}
alias do.ScrimNicks { 
 var %ul = $ulist(*,ScrimList,0), %i = 0
 while (%i < %ul) {
   inc %i
   notice 7,14 %i $+ . $ulist(*,ScrimList,%i)
 }
}
alias scrimlist { 
 echo -a 12,0 Nicks 4 Scrim:
 $do.ScrimNicks 
}
on stoned:TEXT:!scrimlist:#: { notice $chan ScrimList is currently: $do.ScrimNicks }

on stoned:TEXT:!signup1:#: { write -a scrimlist.txt $nick | notice $nick Thanks for signing up to the scrim list. To view list of players please type !scrimlist. }

 

Use that if you want both of those .......

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...