BRB Tracker
mIRC Code
+ 3 likes
Please Register to submit score.
| Average Score | 10.0 (of 1 scores) |
| Date Added | Oct 13, 2009 |
| Last Updated | Oct 16, 2009 |
| Tags | away brb counter post time tracker |
Introduction
If you modify this script be very careful! Its rather fragile as I have come to find out.lol
NOTE: Monitor timers, not sure if the timers will clear correclty, they should. But I have yet to test the new timer arrangement. The %away unsets fine thou, so thats good news. I was getting stuck variables with the $+ $nick, due to the way it was set up the variables were being set as %awaynickhere, and not %away NICKHERE. Small but big difference. I also found out that my highlight WAS based on the variable, and that trying to do it based on the .ini file is the thing I was having issues with. But long as the variable and timer clear, im sure the read.ini file is of lil concern. If you DO know how to have a way of checking that in chat, let me know. IE: !checknick NICK, and have it return result based on read.ini status instead of %away.
Thanks again for the input.
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 5:57 am
Posted on Oct 13, 2009 5:57 am
Good work on the script UncleJohn.
i'm not just saying that as i helped.. i'm saying it. because i was AFK for half the time of making it.. lol
i'm not just saying that as i helped.. i'm saying it. because i was AFK for half the time of making it.. lol
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 6:00 am
Posted on Oct 13, 2009 6:00 am
LOL Thanks GrimReaper, well you helped more then you know. I used parts of many of your scripts to figure out how to get it to act a certain way here and there..hehe
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 9:26 am
Posted on Oct 13, 2009 9:26 am
Your regex needs to be added with a $ at the end. The current one you have will get triggered if any letter or words are attached after afk, brb, and gone.
This will match exactly for afk, brb, and gone.
| Quote: |
| on $*:TEXT:/^(afk|brb|gone)$/Si:#: { |
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 9:45 am
Posted on Oct 13, 2009 9:45 am
Jethro_ exactly it will work if some one types brb gone to the bathroom..etc As designed.
However you didnt mention that with $+ $Nick that if (%away isin $1-) wont work for highlighting, so I have removed the $+ +nick and returned to the older version which seems far more stable.
Your point is duely noted and thank you, but that was on purpose. :)
However you didnt mention that with $+ $Nick that if (%away isin $1-) wont work for highlighting, so I have removed the $+ +nick and returned to the older version which seems far more stable.
Your point is duely noted and thank you, but that was on purpose. :)
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 1:07 pm
Posted on Oct 13, 2009 1:07 pm
ohhh I see.
One more thing I'd like to add is that you can incorporate your back and !clearaway command into the regex match and then use the
and
to trigger the second and last on text event:
This way you only use one text event instead of three, excluding the one for %away.
One more thing I'd like to add is that you can incorporate your back and !clearaway command into the regex match and then use the
| Code: |
| if ($regeml(1) == back) { |
| Code: |
| if ($regml(1) == !clearaway) |
| Code: |
| on $*:TEXT:/^(b(rb|ack)|gone|afk|[!]clearaway)/Si:#: { |
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 2:47 pm
Posted on Oct 13, 2009 2:47 pm
Great script. Finally got it working in my channel.
mIRC Snippet:
BRB Tracker
Posted on Oct 13, 2009 4:19 pm
Posted on Oct 13, 2009 4:19 pm
I had the same idea When i Scripted Terran on SwiftIRC. IF you would like to see a related code that works for more than one person,
http://www.hawkee.com/snippet/6811/
http://www.hawkee.com/snippet/6811/
mIRC Snippet:
BRB Tracker
Posted on Oct 14, 2009 6:50 pm
Posted on Oct 14, 2009 6:50 pm
Zerg I tried that, but then the highlight wouldnt work, and that was one the features I wanted for my channel. Its very easy to modify to work with multiple users, but doing so makes it rather hard to get it to allow you to do highlights by %away due to $+ $nick sets it so the away is set as %awayuser, instead of %away user, I guess one could do $nick without the $+ I might try that soon. Love your snippet btw!
mIRC Snippet:
BRB Tracker
Posted on Oct 15, 2009 9:07 pm
Posted on Oct 15, 2009 9:07 pm
thanks, and it wasn't meant for highlight.
mIRC Snippet:
BRB Tracker
Posted on Oct 16, 2009 2:35 am
Posted on Oct 16, 2009 2:35 am
Hmm well thanks for the feedback from those using the script
UPDATE: I had to remove the timed clear, apparently the timer was not clearing when the remini command was used, so it would fill the server with outstanding timers. There for this function has been removed.
UPDATE: I had to remove the timed clear, apparently the timer was not clearing when the remini command was used, so it would fill the server with outstanding timers. There for this function has been removed.





