Simple Away Script
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Jan 20, 2009 |
| Last Updated | Jan 21, 2009 |
| Tags | away back coding gone highlight mirc one response script simple time |
Introduction
mIRC Snippet:
Simple Away Script
Posted on Jan 21, 2009 12:33 am
Posted on Jan 21, 2009 12:33 am
Not going to criticize you on much but:
can also be
same with
and
can be shortened:
There's some unnecessary halts and the script insults you if you make a mistake being afk or not.
| Code: |
| if ($away == $true) |
| Code: |
| if ($away) |
same with
| Code: |
| if ($away == $false) |
| Code: |
| if (!$away) |
| Code: |
| unset %awaytime unset %awaynick unset %backnick |
| Code: |
| unset %awaytime %awaynick %backnick |
There's some unnecessary halts and the script insults you if you make a mistake being afk or not.
mIRC Snippet:
Simple Away Script
Posted on Jul 4, 2009 1:54 pm
Posted on Jul 4, 2009 1:54 pm
| Quote: | ||||
can be shortened:
|
Can be shorter if you set it
| Code: |
set %away.time set %away.nick set %back.nick |
and unset it like so:
| Code: |
unset %away.* %back.* |
mIRC Snippet:
Simple Away Script
Posted on Jul 4, 2009 2:34 pm
Posted on Jul 4, 2009 2:34 pm
Trev, wouldn't this be better:
| Quote: |
| set %away.time set %away.nick set %away.back |
| Quote: |
| unset %away* |
mIRC Snippet:
Simple Away Script
Posted on Jul 4, 2009 6:35 pm
Posted on Jul 4, 2009 6:35 pm
He has more than one back* alias, so I didn't want to change everything.
But, yeah, that would be the idea.
But, yeah, that would be the idea.




