Bot Away Script

By jus22 on Oct 23, 2005

This is a very simple away script for your bot, if you use it in the remotes for your username and not you bot, you will not be able to use it, only other ppl will.
Just paste this script in your remotes (alt+r) and click 'ok'
( includes an away and back from away script)
You have to paste two different parts as two different files so be careful when loading this script! :)
when it says paste in remotes as one file, follow those instructions.

(This script is by darkmark1021@yahoo.com)
on 1:load:/notice $nick Thank you for choosing my script, this script has a limit of 14 words for the away msg. to become away type !away <message> to return from away type !back <away>
}PASTE THIS SCRIPT IN REMOTES AS ONE FILE{
on 1:text:*away*:#: {
  if ($1 == ! $+ away) { /notice $chan $nick is away: $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 }
}PASTE THIS SCRIPT IN REMOTES AS ANOTHER FILE{
on 1:text:*back*:#: {
  if ($1 == ! $+ back) { /notice $chan $nick is back from: $2 }

Comments

Sign in to comment.
M[n]M   -  Sep 13, 2007

u could just put $2-

 Respond  
AHBARAR   -  Jun 04, 2007

jus22 im sure u will become 1 of the biggest scripters stay optimist even of all complaining >:) i like ur works keep going

 Respond  
Xylem   -  May 08, 2006

Dude, this thing sucks arse.

 Respond  
jus22   -  Oct 28, 2005

ok...........im only 13 and i just started scripting, give me a break!

 Respond  
RoninWarrior   -  Oct 24, 2005

this wont work right if it is remote in bot or not because of the ( ) and the rest of the junk in it clean it up and organize it a bit i showed you a simple way in your other snippet . read and learn

 Respond  
`Kazuma   -  Oct 24, 2005

Dunno what happened but, It messed up my mIRC.

 Respond  
Sasuke   -  Oct 24, 2005

Hem Hem. Yawn Schwat time ish it?

 Respond  
Noutrious   -  Oct 24, 2005

lmao :DDDDDD i think this is stealed and configured to the lame version :)~~

 Respond  
xDaeMoN   -  Oct 23, 2005

@ Sasuke, the title of the snippet clearly states that this is for a bot so it would only work remotely.

@ jus22, you could simplify the code to be like this:

On :TEXT:!away:#: .msg $chan $nick is Away: $2-

On :TEXT:!back:#: .msg $chan $nick is Back from: $2-

Also, no need to have the 2 On Text events in separate files if they\'re in the format like above.

 Respond  
Sasuke   -  Oct 23, 2005

...
Sigh...
on 1:text:away:#: {
if ($1 == ! $+ away) { /notice $chan $nick is away: $1- }

And if the PERSON who does it, types !Away... and if its in HIS remotes... It wont work. But You make it as only in one room, it shows. Atleast make it /ame (something)

 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.