mIRC Home    About    Download    Register    News    Help

Print Thread
#45955 01/09/03 01:07 AM
Joined: Sep 2003
Posts: 13
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2003
Posts: 13
This is my own little away script.
You can put it in your aliases area.

; Command To Use Away Script: /aw
; You May Edit This Script To If You Want.
/aw {
/away $?="Away Message:"
/say $?
/nick $me $+ -away
}

So that was my script.
/away $?="Away Message:" will ask the user what message they want to apear in all channels/msgs/dccs/ect.
/say $? will say your away message to other users in the channels/msgs/dccs/ect.
/nick $me $+ -away will change your nick.
example: *Nickname Changed From gabriel To gabriel-away

#45956 01/09/03 01:51 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
i already have an away script with a fully customizable dialog, kthx.



new username: tidy_trax
#45957 01/09/03 02:19 AM
Joined: Sep 2003
Posts: 13
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2003
Posts: 13
Hope You All Enjoy My Script

#45958 01/09/03 02:49 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
lol i think ill enjoy my own much better but ty


D3m0nnet.com
#45959 01/09/03 04:16 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
This isn't the place to post scripts you wrote. Use one of the many scripting deposits for that.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#45960 01/09/03 04:27 AM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
im sure u meant to post that to the original poster ... as i didnt post any scriptlet here... anyhow yes good suggestion ... use a script posting site


D3m0nnet.com
#45961 01/09/03 05:13 AM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
Laziness on my side, I just hit the reply button at the end of the thread, but yes I did mean to respond to him.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#45962 01/09/03 04:35 PM
Joined: Sep 2003
Posts: 13
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2003
Posts: 13
gabrielevans10 ignores you

#45963 01/09/03 04:36 PM
Joined: Sep 2003
Posts: 13
Pikka bird
OP Offline
Pikka bird
Joined: Sep 2003
Posts: 13
gabrielevans10 ignores you to!

#45964 01/09/03 05:38 PM
Joined: Dec 2002
Posts: 2,985
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 2,985
Why show ignorance for? The message here is that people do not come to a mIRC forum to download scripts. Nor do most download mIRC on a script site.

#45965 01/09/03 07:05 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Quote:

; Command To Use Away Script: /aw
; You May Edit This Script To If You Want.


There's hardly anything to edit.
Try this one, now this one you may edit..

Code:
menu menubar,channel,query,nicklist {  
  Away  
  .Away: {    
    if ($away != $false) { halt }    
    else {      
      set %back.nick $me      
      set %away.nick $$?="Choose your away nick"      
      set %away.reason $$?="Away reason"      
      set %away.time $ctime      
      nick %away.nick      
      amsg I have now left the chat room reason: %away.reason $+ . I left at $time $+ .      
      away %away.reason    
    }  
  }  
  .Back: {   
    if ($away != $true) { halt }    
    else {      
      nick %back.nick     
      unset %back.*      
      amsg I am now back from: %away.reason $+ . I have been gone for: $duration($calc($ctime - %away.time)) $+ . 
      unset %away.*      
      away    
    }  
  }
}

#45966 01/09/03 07:42 PM
Joined: Mar 2003
Posts: 1,271
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Mar 2003
Posts: 1,271
He's ignoring me cause of what I said? lol. And I was being nice. Otherwise I woulda made some remark about how whyat he wrote can't even be considered a script, etc.


DALnet #Helpdesk
I hear and I forget. I see and I remember. I do and I understand. -Confucius
#45967 01/09/03 09:11 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
i know doesnt it hurt u that someone with his abilities is ignoring u. i know its sure making me loose sleep. i can hardly contain the pain it strikes thru my insides. ...... um ok im over it already.


D3m0nnet.com
#45968 01/09/03 11:47 PM
Joined: Aug 2003
Posts: 73
D
Babel fish
Offline
Babel fish
D
Joined: Aug 2003
Posts: 73
lol if u want ppl to use ur script go to

www.mircscripts.org

Dont post em here

this place is for help only


IRC (Idiots Relay Chat) :tongue:

{]TDN[}Deadly-Sin
#45969 02/09/03 12:18 AM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
They will just laugh at him.

#45970 02/09/03 04:33 AM
Joined: Feb 2003
Posts: 3,432
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Feb 2003
Posts: 3,432
Dont be evil to him, every one have to start somwhere, and atlest he trying smile


if ($me != tired) { return } | else { echo -a Get a pot of coffee now $+($me,.) }
#45971 02/09/03 11:46 AM
Joined: Dec 2002
Posts: 196
T
Vogon poet
Offline
Vogon poet
T
Joined: Dec 2002
Posts: 196
When I first started mirc scripting, I didn'tboast around and ignore people who didn'tagree with me.


trenzterra
AustNet #trenzterra and #w
Head Scripter @ http://trenzterra.uni.cc
#45972 02/09/03 01:58 PM
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
Oh, hello mr I want to increase my post count by posting crap.
Quote:
Atleast he's trying

Excuse me, I was TRYING to help him, if you scroll up, it isn't my fault you are a bat is it.
Which is more than I can say for you, when did you try to help him? Ok, that was a bit of a stupid question, you didn't.
So don't flap your gums at everyone just because you are <censored> off.

#45973 08/09/03 10:47 AM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
he sent me about 20 pm's saying how hard he worked to make it:\


new username: tidy_trax
#45974 08/09/03 10:09 PM
Joined: Dec 2002
Posts: 1,527
_
Hoopy frood
Offline
Hoopy frood
_
Joined: Dec 2002
Posts: 1,527
lol figures some ppl love attention ... or they just felt like sharing thier new found scripting ability (if thats scripting ability)


D3m0nnet.com

Link Copied to Clipboard