Small Away System, Made 06-04-05 12pm eastern, I have a large away system with timer and and auto away telling people that I'm away for what ever reason I choose. That is fine if you have more than one account on msn chat, But I use my bot to also talk in room with others, Well I did not like the idea that when I put my self away it would keep telling people when I'm away from computer, it looks anoying. Well I looked for a simple away system and could not find one, So with help from others on this forum, I learn alittle sence last night, I wanted an add on to my allready install away system, That was simple and easy to use with no thrills.
This away will not or should not bother your away system your mirc bot has.,
First line to be put in popups menu ( I put mine on popups.ini )
Away System:{ dialog -m awaysmall awaysmall }
When hitting this will call for the box
This next is the mrc file (awaysmall.mrc) This is simple code just load in the mirc bot
dialog awaysmall {
title "Away-Back"
size -1 -1 57 48
option dbu
icon C:\Hybrid\Pictures\Msn.ico, 0
button "Away", 1, 8 8 37 12
button "Back", 2, 8 32 37 12
}
;buttons
On *:Dialog:awaysmall:sclick:1:{
{ /away . }
}
On *:Dialog:awaysmall:sclick:2:{
{ /away }
}
the icon is
put mine in picture folder
Hope ya like it