Away System
mIRC Code
+ 1 likes
Please Register to submit score.
| Average Score | 6.5 (of 2 scores) |
| Date Added | Nov 01, 2008 |
| Last Updated | Nov 03, 2008 |
| Tags | away dialog script system |
Description
;Away System
/timescript to run
/back to mark you as back
open the dialog and set a away nick then a back nick...
then you put in a reason and ciclk away \/
/timescript to run
/back to mark you as back
open the dialog and set a away nick then a back nick...
then you put in a reason and ciclk away \/
mIRC Snippet:
Away System
Posted on Nov 1, 2008 1:18 am
Posted on Nov 1, 2008 1:18 am
hmm maybe make it a one time response or risk being flooded off. no need to set a var for being away as well as no need to set a var for an away message. also add error checks to it.
3/10
you also need to start adding an intro on set up as hawkee has told you a few times before.
3/10
you also need to start adding an intro on set up as hawkee has told you a few times before.
mIRC Snippet:
Away System
Posted on Nov 2, 2008 7:54 pm
Posted on Nov 2, 2008 7:54 pm
I'am is either I'm or I am....there is no I'am
mIRC Snippet:
Away System
Posted on Nov 3, 2008 1:08 pm
Posted on Nov 3, 2008 1:08 pm
What Relurk_ is saying is on these events..
Where it says I'am should be either I am or I'm.
Just a spelling correction.
| Code: |
on *:NOTICE:*:?:{ if (%away == yes) { .notice $nick Sorry $nick $+ , I'am Away } } on *:TEXT:*:?: { if (%away == yes) { msg $nick Sorry $nick $+ , I'am Away } } |
Where it says I'am should be either I am or I'm.
Just a spelling correction.
mIRC Snippet:
Away System
Posted on Nov 4, 2008 4:08 am
Posted on Nov 4, 2008 4:08 am
Can you make it silence where it doesnt annoy the channel[s]? give the user the message "Im not taking any messages at this time but I have received your message."
Add a PAGER to where it says "Your Page Have Been Received But I Will Get Back With You Soon."
Add a PAGER to where it says "Your Page Have Been Received But I Will Get Back With You Soon."










