This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

I need a simple script

Old posts that have not been replied to for several years.
Locked
User avatar
duofruo
Halfop
Posts: 94
Joined: Thu Oct 23, 2003 3:17 pm
Location: Ploiesti@.ro
Contact:

I need a simple script

Post by duofruo »

I need a script that i will be able to do :
.op a*
And will op al the nick whith a* nicks
Embrace The Inevitable
User avatar
user
 
Posts: 1452
Joined: Tue Mar 18, 2003 9:58 pm
Location: Norway

Re: I need a simple script

Post by user »

Code: Select all

foreach nick [chanlist #chan] {
  if {[string match a* $nick]} {pushmode/whatever}
}
Have you ever read "The Manual"?
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

how about the -nocase ?
Once the game is over, the king and the pawn go back in the same box.
Locked