Jump to content

mIRC Get Text?


Recommended Posts

I am trying to get my AutoIt program to read text from what clients type in mIRC...

I want my program to do this...

- Read when clients type something.

- If someone types... !website, then it will reply "Our website is... www.thewebsite.com"

I just need to know where to start :( Please help me!!!

Thanks.

Link to comment
Share on other sites

Hmm, maybe I can start by just finding out how to get text from the messages that people say in mIRC. It says there is NO text in the mIRC window i'm searching... infact, this is all it says...

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<

Size: X: 27 Y: 100 W: 862 H: 553

Control ID: 32918

ClassNameNN: Static1

Text:

I have nooo clue at all how to pull the text from this???

Please pleas help :(

Link to comment
Share on other sites

Hmm, maybe I can start by just finding out how to get text from the messages that people say in mIRC. It says there is NO text in the mIRC window i'm searching... infact, this is all it says...

>>>>>>>>>>> Control Under Mouse <<<<<<<<<<<

Size:  X: 27    Y: 100    W: 862    H: 553

Control ID: 32918

ClassNameNN: Static1

Text:

I have nooo clue at all how to pull the text from this???

Please pleas help  :(

<{POST_SNAPBACK}>

Controlgettext()? if youre looking to use controls, take a look at the control functions, get a sample script up and im sure we can help you from there.
[font="Impact"] I always thought dogs laid eggs, and I learned something today. [/font]
Link to comment
Share on other sites

I don't think you can. It's just the way mIRC is setup, where the text is displayed is just not a normal control. Why don't you use mIRC scripting though? Have a look at their help file, their remote system (responding to input from other users) is really quite simple.

In fact, off hand, a script to do what you've asked would look like this:

on 1:text:!website:*:{
  msg $chan Our website is ... www.website.com
}
Edited by Saunders
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...