easy description alias

By deathincddc on Apr 25, 2004

Place this snippit into your alias file and change all text surrounded by <>. this snippit makes one alias /intro play all your different character or nick descriptions playing different one depending on wich nick and channel you are playing with/on...this snippit is free for use in scripts and bots i only ask that you acknowledge the time and effort i put into making this snippit by somehow stating you got it from me thank you. To contact me on irc go to irc.sorcery.net 9000 and /msg `Bane with "Snippit" in you first line and if i am online and not afk i will reply to you asap.

/intro {
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  if ($me == <nick>) {
    if ($chan == #<Channel name>) {
      /msg $chan 6*<desc for that channel and nick>* | /halt
    }
  }
  else {
    /halt
  }
}

Comments

Sign in to comment.
deathincddc   -  Jun 09, 2005

Its been over a year since i posted this snippet and i have to say it is extremely surprising that ive even gotten one post much more so 2...if you have any suggestions on how i could improve the coding let me know.

 Respond  
sailoreagle   -  Apr 28, 2004

Not THAT pointless. Although it could be coded better - I can easily see a roleplayer using this, rather than have a single alias for the dozen characters they play in a bunch of different channels.

 Respond  
SaturN_2004   -  Apr 26, 2004

I think it is kinda pointless, but i am sure some use will come of it..

 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.