| View previous topic :: View next topic |
| Author |
Message |
407 Master Cheater
Reputation: 0
Joined: 25 Oct 2007 Posts: 357
|
Posted: Tue Aug 18, 2009 2:07 pm Post subject: mIRC Scripts |
|
|
How would you go about having a reply to someone who says "hi wordshere wordshere"
I can get it to respond when someone says just 'hi' but what about if someone says something AFTER hi?
This is what I have so far
on !1:TEXT:hi:#:/msg $chan Hey there $nick
Last edited by 407 on Wed Aug 19, 2009 12:12 am; edited 1 time in total |
|
| Back to top |
|
 |
Fantasy I post too much
Reputation: 13
Joined: 29 Jul 2007 Posts: 3113
|
Posted: Tue Aug 18, 2009 11:38 pm Post subject: |
|
|
http://www.mircscripts.com/cgi-bin/file.php?id=142 <- first link off google ....
I dont know which kinds of scripts you need, cuz I'm not a mIRC user. But just by filling google with "mIRC 6.31 script" I had atleast 2 pages with scripts.
|
|
| Back to top |
|
 |
407 Master Cheater
Reputation: 0
Joined: 25 Oct 2007 Posts: 357
|
Posted: Wed Aug 19, 2009 12:13 am Post subject: |
|
|
| Edited OP
|
|
| Back to top |
|
 |
SF I'm a spammer
Reputation: 119
Joined: 19 Mar 2007 Posts: 6028
|
Posted: Wed Aug 19, 2009 3:49 pm Post subject: |
|
|
Use wildcards, quite simple if you use the mIRC help.
on !1:TEXT:hi *:#:/msg $chan Hey there $nick
_________________
|
|
| Back to top |
|
 |
407 Master Cheater
Reputation: 0
Joined: 25 Oct 2007 Posts: 357
|
Posted: Wed Aug 19, 2009 7:41 pm Post subject: |
|
|
| SF wrote: | Use wildcards, quite simple if you use the mIRC help.
on !1:TEXT:hi *:#:/msg $chan Hey there $nick |
Yes, but doesn't that trigger it if someone happened to have the word 'hi' in their sentence?
I just set it to a lot of different ways that people would enter, triggering it when they said "hi" or "sup" or "Hey".
New question: Would it be possible to create a new command to IRC?
Example: /punch Example
IRCCHAT: CrazyBob Has Punched Example And Knocked 2(randomize) Teeth out.
Sorry if I sound like I'm asking too much, but it's confusing to me..
|
|
| Back to top |
|
 |
SF I'm a spammer
Reputation: 119
Joined: 19 Mar 2007 Posts: 6028
|
Posted: Wed Aug 19, 2009 11:45 pm Post subject: |
|
|
| CrazyBob wrote: | | SF wrote: | Use wildcards, quite simple if you use the mIRC help.
on !1:TEXT:hi *:#:/msg $chan Hey there $nick |
Yes, but doesn't that trigger it if someone happened to have the word 'hi' in their sentence?
I just set it to a lot of different ways that people would enter, triggering it when they said "hi" or "sup" or "Hey".
New question: Would it be possible to create a new command to IRC?
Example: /punch Example
IRCCHAT: CrazyBob Has Punched Example And Knocked 2(randomize) Teeth out.
Sorry if I sound like I'm asking too much, but it's confusing to me.. |
It would only trigger on "hi *", not "* hi *"
You would need to do an alias for the punch command. type /help alias and /help $rand - and read it. Look up some script examples, toy around with it, etc. It's quite easy.
_________________
|
|
| Back to top |
|
 |
|