Simple Script

By Genxyuri on Nov 23, 2007

Simple Script

Put this into your Remotes section
ALT + R

If there are any bugs please post.

Enjoy -

on *:TEXT:*:#: {
  if ($1 == !Help) {
    notice $nick Available commands: !Rules !msn !website !afk !back !afklist !v . Enjoy.
  }
  on *:JOIN:#: { 
    if ($readini(Setjoins.ini, Setjoins, $nick) == $null) { halt } 
    msg $chan [ $+ $nick $+ ] $readini(Setjoins.ini, Setjoins, $nick) 
  } 
  on *:TEXT:*:#: { 
    if ($1 == !rules) { 
      notice $nick <rules>
    } 
    if ($1 == !website) { 
      notice $nick Website: <site>
    } 
    if ($1 == !msn) { 
      notice $nick My MSN is: <msn>
    } 
    if ($1 == !afk) { 
      //set %afk %afk $nick 
      msg $chan 7 $nick is now AFK for: . 
    } 
    if ($1 == !afklist) { 
      notice 11 $nick AFK List: %afk 
    } 
    if ($1 == !back) { 
      set %remini $remove(%remini, $nick) 
      msg $chan 3 $nick is NOW back from: . 
    } 
    if ($1 == !v) { 
    notice $nick Version is 5.4.2. BETA Release Scripted by Bobb,  
    } 
    if ($1 == !setj) { 
      if ($chr(36) isin $2-) { halt } 
      writeini Setjoins.ini Setjoins $nick $2- 
      notice $nick Your setjoin has been saved. 
    } 
    if ($1 == !viewj) { 
      if ($readini(Setjoins.ini, Setjoins, $nick) == $null) { notice $nick You have no setjoin. | halt } 
      notice $nick Your setjoin: $readini(Setjoins.ini, Setjoins, $nick) 
    } 
    if ($1 == !delj) { 
      if ($readini(Setjoins.ini, Setjoins, $nick) == $null) { notice $nick You have no setjoin. | halt } 
      remini Setjoins.ini Setjoins $nick 
      notice $nick Setjoin deleted. 
    } 
  } 

Comments

Sign in to comment.
PATX   -  Mar 13, 2009

lol. yea i see the missing brakets but i like the idea of it :) it would be a pretty cool sub bot :p i rate it a 4

 Respond  
Genxyuri   -  Nov 25, 2007

i know. i think i didnt copy the whole thing.

 Respond  
guest598594   -  Nov 24, 2007

ur forgetting some brackets

 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.