Jump to content

Eaglenest25311

Members
  • Posts

    209
  • Joined

  • Last visited

Posts posted by Eaglenest25311

  1. Thanks Vex..... That was alot of help smile.gif, and I tried many combonation to the $away and $True Combenations and still keep puting me away when I'm allready away, and or same with i'm not away

     

    Ect..

     

     

    [ 19:34:27 ] * Bethanieâ•š 6 NO PROFILE

    [ 19:34:27 ] * BACK *

    [ 19:34:29 ] * AWAY * manual

    [ 19:34:33 ] * Parts: Bethanieâ•š Bethanieâ•š

    [ 19:34:33 ] * AWAY *

    [ 19:34:34 ] * BACK * manual

    [ 19:34:36 ] * Joins: Bethanieâ•š on Port 21186 on Host [ 19:34:37 ] * Bethanieâ•š 6 NO PROFILE

    [ 19:34:37 ] * BACK *

     

    This is last code I tried

     

    #awayauto on
    
    on *:join:*:{{ if ($me == $away) && ($away == $true } /away }
    on *:part:*:{{ if ($away == $me) && ($away== $false } /away away}
    
    #awayauto end
    

  2. Thank you, But I figured that part out, what I'm trying to do is if I'm away then I would not be away, els if I'm not away, I want it to do nothing and vice verca

     

    With your code I did change it to this but it did not work

    notworking.gif

    #awayauto on

     

    if $me == $away away {on *:join:*:#:{ $me | /away  }

     

    if $me == $away {on *:part:*:#:{ $me | /away away  }

     

    #awayauto end

  3. Just a Note: I'm trying to learn here, I know this code is wrong couse it don't work LoL, so I'm asking for help here smile.gif

     

    I'm trying first learn how do I find my bot status weather I'm away or not, and Trying to learn how to use if status of bot is not away, than put away, if not do nothing

     

    I use debug and I got -> tk2chatchata04 AWAY :away

    -> tk2chatchata04 AWAY <------ I figure was my return status, But it not let me make an action, Can you help me understand what I did wrong, Thanks

     

    #awayauto on

     

    on *:JOIN:*:{

      if ($me == tk2chatchata04 AWAY :away){ /away }

    }

    on *:PART:*:{

      if ($me == tk2chatchata04 AWAY){ /away away }

    }

    #awayauto end

     

    Remember I'm just trying to learn simple command as I get better I will do more complicated strings

  4. Looks good and works Good Ozzy, I see where you put the menu dialog on many places in menu ie... main right click over room screen and nick list, (Y) If that what Vegeta wanted, Thats kewl, I just wanted it like a regular chat room function to put my self away and back with a simple click, not to open and close the box each time. smile.gif It's small, And I put it on right side of room and it does not bother me seeing what going on or what function I'm working on, I do how ever have learn something new smile.gif (Y) Thank's You

  5. 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

    My Webpage

    put mine in picture folder

     

    Hope ya like it

     

  6. I'm not looking for mirc in as a program, the list /help told me to get more commands by downloading a faq file, IE.. I think a complete list of all command, this is what it said "There many more commands but this list should help you get started. To learn more about IRC commands you should download an IRC FAQ."

    I hope I cleard up what I'm looking for smile.gif

  7. Thanks Ozzy, read 1000s of post, and did not see that in what I was reading

     

    But where do I download this?"There many more commands but this list should help you get started. To learn more about IRC commands you should download an IRC FAQ."

  8. poster_stupid.gif I'm not new at programming, But i'm new at the code meaning and understanding and / or manualy entering codes in my bot. I'm using Hybred / Vinicula type bot, Right now I've been copying and pasting other people code. I would like to make my own commands lines to do anything from making my bot away and back ect... If I edit other people scripts, They are long and complicated, couse I did not write the code, and make it harder to understand what there code is looking for or giving a command. It be easer if I can get a complete simple command I can use to make my own script, ie...(/r load myscript.mrc) stuff like that but more than simple known command, I hope some one can stear me in right direction, and other wanting to learn programing codes in scripts, or is there a program you can get that lets you make programming easer? if not a list of commands would help. Thanks

    woot_jump.gif

×
×
  • Create New...