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.

needed to be translated to TCL

Old posts that have not been replied to for several years.
Locked
A
AtomicWedgie
Voice
Posts: 13
Joined: Wed May 04, 2005 8:30 am

needed to be translated to TCL

Post by AtomicWedgie »

Code: Select all

ON *:TEXT:*:#:{

  if ($1 == !add) {

    if ($2 == game) {
      if ( ($3 != $null)  && (!$read(database\games.txt,w,$3) ) { /.write database\games.txt $3 $nick }

    }
  }
  if ($2 == clan) {
    if ( ($3 != $null)  && (!$read(database\clans.txt,w,$3) ) { /.write database\clans.txt $3 $nick }
  }
}
Please make this .. and a !removeme Command thanks.
A
AtomicWedgie
Voice
Posts: 13
Joined: Wed May 04, 2005 8:30 am

Post by AtomicWedgie »

!removeme should remove the name of player (or by host) from all lists.
A
AtomicWedgie
Voice
Posts: 13
Joined: Wed May 04, 2005 8:30 am

Post by AtomicWedgie »

One last thing...

i want a !show command that will show all list's as a notice or query or echo
Locked