WorldDMT commented on a Page, bot  -  May 14, 2009

hi

alias comma is for what?

unless to put "else { halt }" u can revove it all

if ($readini(ids.ini, ID, $nick))!!!

attention here if the nick = [nick] into the ini file will be writed ~nick~ so better use file.txt or hash tables

for

on *:text:!a*:#:{
  if ($1 == !a) || ($1 == !alert) || ($1 == !alerts)

u can put it like that

on *:text:*:#:{
  if ($istok(!a.!alert.!alerts,$1,46))

u can also type one event

on *:text:*:#:{
  if ($1 == You have gained) {
    if ($4) && ($5 == more) && ..... {
      msg $chan  $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] .....
    }
  }
  elseif ($istok(!a.!alert.!alerts,$1,46)) {
    if ($2 == $null) {
      if (!$timer(.travel $+ $nick)) && ......
      msg $chan  $+ % [ $+ [ color ] ] .....
    }

  }
  elseif ($1 == !nerve) {
    if ($2 == off) {
      if ($timer(.nerve $+ $nick)) {
        msg $chan  $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] .....
        .....
      }
    }
  }
  elseif ($1 == !happy) {
    if ($2 == off) {
      if ($timer(.happy $+ $nick)) {
        msg $chan  $+ % [ $+ [ color ] ] [ $+ [ $chan ] ] .....
        ....
      }
    }
  }
  elseif ..... .....
  ... ... ... ..
  ... ...
  ...
  elseif ($1 == !addid) {
    if ($read(Id.txt,s,$2)) { msg $chan %color ... their ID }
    if ($3) {
      if (!$read(Id.txt,s,$2)) {
        if ($3 !isnum) { msg $chan % ...... }
      }
    }
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.