Away System v1.0
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Oct 18, 2009 |
| Last Updated | Oct 21, 2009 |
| Tags | away back mirc nick off on system totifier |
Introduction
mIRC Snippet:
Away System v1.0
Posted on Oct 18, 2009 4:57 pm
Posted on Oct 18, 2009 4:57 pm
notice $me != echo?
mIRC Snippet:
Away System v1.0
Posted on Oct 18, 2009 7:47 pm
Posted on Oct 18, 2009 7:47 pm
hes sayin you can use /echo instead of /notice
but its really just a preference
but its really just a preference
mIRC Snippet:
Away System v1.0
Posted on Oct 18, 2009 7:59 pm
Posted on Oct 18, 2009 7:59 pm
In my opinion, noticing yourself just demonstrates blatant disregard for network resources.
Echo is a much more appropriate method of sending a message to Yourself.
Echo is a much more appropriate method of sending a message to Yourself.
mIRC Snippet:
Away System v1.0
Posted on Oct 18, 2009 8:39 pm
Posted on Oct 18, 2009 8:39 pm
its all for teh lulz.
mIRC Snippet:
Away System v1.0
Posted on Oct 19, 2009 12:48 am
Posted on Oct 19, 2009 12:48 am
Why would you set a %me variable for $me when you could've used $me itself?
mIRC Snippet:
Away System v1.0
Posted on Oct 19, 2009 5:20 am
Posted on Oct 19, 2009 5:20 am
| Code: |
| set %nick $me |
| Code: |
| set %me $me |
mIRC Snippet:
Away System v1.0
Posted on Oct 19, 2009 4:13 pm
Posted on Oct 19, 2009 4:13 pm
nice script... just that i would of used echo instead of noticeing myself lol :-P
mIRC Snippet:
Away System v1.0
Posted on Oct 19, 2009 5:30 pm
Posted on Oct 19, 2009 5:30 pm
I agree with all those ^^^^
Pretty good script but echo should definately be used instead of notice
Pretty good script but echo should definately be used instead of notice
mIRC Snippet:
Away System v1.0
Posted on Oct 20, 2009 1:18 am
Posted on Oct 20, 2009 1:18 am
Pretty good script
mIRC Snippet:
Away System v1.0
Posted on Oct 21, 2009 5:22 pm
Posted on Oct 21, 2009 5:22 pm
okay. going to update the script in a min. and if i dont use the %me variable. it will change my name from pwnisher3[AFK] to pwnisher3[AFK] because that is what the $me is when it would change it. the %me variable is set to the $me it is before it changes to it will change pwnisher3 to pwnisher3[AFK] and then pwnisher3[AFK] to pwnisher3
mIRC Snippet:
Away System v1.0
Posted on Oct 22, 2009 5:22 am
Posted on Oct 22, 2009 5:22 am
| Code: |
| .Set $me away:set %Awayreason $$?="Enter Away Reason" | amsg ( $+ %awaymsg $+ ) (for Reason: %awayreason $+ ) | nick $me $+ [AFK] | away %awayreason | set %awaytime $ctime |








